Bug 139287 - JavaScript control flow profiler fails when an exception is thrown inside a catch block
Summary: JavaScript control flow profiler fails when an exception is thrown inside a c...
Status: RESOLVED DUPLICATE of bug 140377
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Saam Barati
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-04 21:13 PST by Saam Barati
Modified: 2015-01-15 00:27 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 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.
Comment 1 Saam Barati 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 ***