RESOLVED DUPLICATE of bug 140377 139287
JavaScript control flow profiler fails when an exception is thrown inside a catch block
https://bugs.webkit.org/show_bug.cgi?id=139287
Summary JavaScript control flow profiler fails when an exception is thrown inside a c...
Saam Barati
Reported 2014-12-04 21:13:47 PST
There are two code paths that can be taken inside a finally block, one where an exception is thrown inside the try block, and one where an exception is thrown inside the catch block. Control flow profiling fails in the second case.
Attachments
Saam Barati
Comment 1 2015-01-15 00:27:35 PST
Will be fixed in: https://bugs.webkit.org/show_bug.cgi?id=140377 *** This bug has been marked as a duplicate of bug 140377 ***
Note You need to log in before you can comment on or make changes to this bug.