[Webkit-unassigned] [Bug 212569] JSTests/exceptionFuzz/earley-boyer.js fails with early exception thrown.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 1 08:52:55 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=212569

--- Comment #2 from Caio Lima <ticaiolima at gmail.com> ---
I noticed that he following test don't fail:

```
try {
(function () {
    function foo(){}
    function bar(){}
    function baz(){}
    foo();
})();
} catch(e) {
    print(e);
}
```

This avoids that function declarations are hoisted before handler start point. It only fails early with `--fireExceptionFuzzAt=1` because there is an exception check on `op_enter`. I'm not convinced that this is the right solution, but I think it would be good to use it temporarily on `exceptionFuzz` to make tree green while we investigate what's the correct fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200601/6df69b13/attachment.htm>


More information about the webkit-unassigned mailing list