Bug 226609 - Fix an ASSERT in objectPrototypeHasOwnProperty() to account for TerminationException.
Summary: Fix an ASSERT in objectPrototypeHasOwnProperty() to account for TerminationEx...
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-06-03 16:55 PDT by Mark Lam
Modified: 2021-06-03 17:42 PDT (History)
7 users (show)

See Also:


Attachments
proposed patch. (2.67 KB, patch)
2021-06-03 17:03 PDT, Mark Lam
rmorisset: review+
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-06-03 16:55:21 PDT
rdar://78465046
Comment 1 Mark Lam 2021-06-03 17:03:29 PDT
Created attachment 430515 [details]
proposed patch.
Comment 2 Robin Morisset 2021-06-03 17:07:34 PDT
Comment on attachment 430515 [details]
proposed patch.

r=me
Comment 3 Mark Lam 2021-06-03 17:42:13 PDT
Thanks for the review.  Landed in r278438: <http://trac.webkit.org/r278438>.