Bug 225413 - Fix missing exception check in objectConstructorGetOwnPropertyDescriptors().
Summary: Fix missing exception check in objectConstructorGetOwnPropertyDescriptors().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-05-05 13:41 PDT by Mark Lam
Modified: 2021-05-06 08:47 PDT (History)
6 users (show)

See Also:


Attachments
proposed patch. (1.69 KB, patch)
2021-05-05 13:45 PDT, Mark Lam
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2021-05-05 13:41:54 PDT
Need to handle TerminationException.

rdar://77551530
Comment 1 Mark Lam 2021-05-05 13:45:22 PDT
Created attachment 427802 [details]
proposed patch.
Comment 2 Michael Saboff 2021-05-05 14:00:42 PDT
Comment on attachment 427802 [details]
proposed patch.

r=me
Comment 3 Mark Lam 2021-05-06 08:44:35 PDT
Comment on attachment 427802 [details]
proposed patch.

Thanks for the review.  Landing now.
Comment 4 EWS 2021-05-06 08:47:54 PDT
Committed r277092 (237394@main): <https://commits.webkit.org/237394@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 427802 [details].