Bug 67892 - Add isInterruptedExecutionException and isTerminatedExecutionException predicates
Summary: Add isInterruptedExecutionException and isTerminatedExecutionException predic...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-10 11:22 PDT by Sam Weinig
Modified: 2011-09-10 22:15 PDT (History)
0 users

See Also:


Attachments
Patch (9.40 KB, patch)
2011-09-10 11:23 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff
Patch (10.40 KB, patch)
2011-09-10 17:10 PDT, Sam Weinig
aestes: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2011-09-10 11:22:19 PDT
Add isInterruptedExecutionException and isTerminatedExecutionException predicates
Comment 1 Sam Weinig 2011-09-10 11:23:57 PDT
Created attachment 106977 [details]
Patch
Comment 2 Sam Weinig 2011-09-10 17:10:20 PDT
Created attachment 106991 [details]
Patch
Comment 3 Andy Estes 2011-09-10 22:08:40 PDT
Comment on attachment 106991 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=106991&action=review

r=me

> Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:66
> +

Extra newline.

> Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:89
> +

Ditto.
Comment 4 Sam Weinig 2011-09-10 22:15:06 PDT
Committed r94918: <http://trac.webkit.org/changeset/94918>