Bug 196708 - ASSERTION FAILED: !scope.exception() || !hasProperty in JSObject::get
Summary: ASSERTION FAILED: !scope.exception() || !hasProperty in JSObject::get
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tadeu Zagallo
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-04-08 14:34 PDT by Tadeu Zagallo
Modified: 2019-04-09 00:54 PDT (History)
8 users (show)

See Also:


Attachments
Patch (3.06 KB, patch)
2019-04-08 14:46 PDT, Tadeu Zagallo
no flags Details | Formatted Diff | Diff
Patch for landing (3.07 KB, patch)
2019-04-09 00:16 PDT, Tadeu Zagallo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tadeu Zagallo 2019-04-08 14:34:37 PDT
...
Comment 1 Tadeu Zagallo 2019-04-08 14:35:31 PDT
<rdar://problem/49556803>
Comment 2 Tadeu Zagallo 2019-04-08 14:46:54 PDT
Created attachment 366984 [details]
Patch
Comment 3 Yusuke Suzuki 2019-04-08 19:00:06 PDT
Comment on attachment 366984 [details]
Patch

r=me
Comment 4 Yusuke Suzuki 2019-04-08 19:00:19 PDT
Comment on attachment 366984 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=366984&action=review

> Source/JavaScriptCore/jit/JITOperations.cpp:2375
>      EXCEPTION_ASSERT(!throwScope.exception() || !hasProperty);

You can remove this line.
Comment 5 Tadeu Zagallo 2019-04-09 00:16:20 PDT
Created attachment 367031 [details]
Patch for landing
Comment 6 WebKit Commit Bot 2019-04-09 00:54:23 PDT
Comment on attachment 367031 [details]
Patch for landing

Clearing flags on attachment: 367031

Committed r244069: <https://trac.webkit.org/changeset/244069>
Comment 7 WebKit Commit Bot 2019-04-09 00:54:25 PDT
All reviewed patches have been landed.  Closing bug.