Bug 212595

Summary: [JSC] JSValue::toThis should not throw exception
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, keith_miller, mark.lam, msaboff, saam, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Yusuke Suzuki 2020-06-01 08:38:08 PDT
[JSC] JSValue::toThis should not throw exception
Comment 1 Yusuke Suzuki 2020-06-01 08:40:47 PDT
Created attachment 400734 [details]
Patch
Comment 2 Yusuke Suzuki 2020-06-01 08:41:20 PDT
<rdar://problem/63822446>
Comment 3 Mark Lam 2020-06-01 09:01:02 PDT
Comment on attachment 400734 [details]
Patch

r=me
Comment 4 Yusuke Suzuki 2020-06-01 11:31:20 PDT
JSC failure exceptionFuzz.yaml/exceptionFuzz/earley-boyer.js.exception-fuzz is not related to this patch (this was happening before this patch), and it is tracked in different bugzilla.
Comment 5 EWS 2020-06-01 11:42:51 PDT
Committed r262388: <https://trac.webkit.org/changeset/262388>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 400734 [details].
Comment 6 Yusuke Suzuki 2020-06-01 14:02:38 PDT
Committed r262393: <https://trac.webkit.org/changeset/262393>