Bug 212598

Summary: [JSC] exceptionFuzz tests fail with early exception thrown
Product: WebKit Reporter: Caio Lima <ticaiolima>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: mark.lam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=212569

Description Caio Lima 2020-06-01 10:00:36 PDT
The first report for such bug was https://bugs.webkit.org/show_bug.cgi?id=212569. The workaround was just applied to turn tree green while we investigate this issue. Right now, function declarations are being hoisted outside exception handler. This can make exception fuzzer tests fail, since an exception will be throw outside handler range.