Bug 67892

Summary: Add isInterruptedExecutionException and isTerminatedExecutionException predicates
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch aestes: review+

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>