NEW212598
[JSC] exceptionFuzz tests fail with early exception thrown
https://bugs.webkit.org/show_bug.cgi?id=212598
Summary [JSC] exceptionFuzz tests fail with early exception thrown
Caio Lima
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.