Bug 205176

Summary: Fix missing exception in JSValue::toWTFStringSlowCase().
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, keith_miller, msaboff, saam, tzagallo, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch. ysuzuki: review+

Mark Lam
Reported 2019-12-12 13:19:50 PST
Also fix all the new exception check failures that fall out of change. Also replaced some ASSERTs with EXCEPTION_ASSERT so that we can run the exception check validation on a release build. <rdar://problem/57871899>
Attachments
proposed patch. (7.40 KB, patch)
2019-12-12 13:40 PST, Mark Lam
ysuzuki: review+
Mark Lam
Comment 1 2019-12-12 13:40:14 PST
Created attachment 385543 [details] proposed patch.
Yusuke Suzuki
Comment 2 2019-12-12 13:45:29 PST
Comment on attachment 385543 [details] proposed patch. r=me
Mark Lam
Comment 3 2019-12-12 17:12:59 PST
Thanks for the review. Landed in r253458: <http://trac.webkit.org/r253458>.
Note You need to log in before you can comment on or make changes to this bug.