Bug 86977 - [V8] Pass Isolate to throwError()s in bindings/v8/*.{h,cpp}
Summary: [V8] Pass Isolate to throwError()s in bindings/v8/*.{h,cpp}
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 84074
  Show dependency treegraph
 
Reported: 2012-05-20 18:30 PDT by Kentaro Hara
Modified: 2012-05-20 22:41 PDT (History)
3 users (show)

See Also:


Attachments
Patch (8.41 KB, patch)
2012-05-20 18:34 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-05-20 18:30:43 PDT
The objective is to pass Isolate around in V8 bindings. In this bug we pass Isolate to throwError()s in bindings/v8/*.{h,cpp} except for a couple of non-trivial cases. I'll upload a follow-up patch for the non-trivial cases.
Comment 1 Kentaro Hara 2012-05-20 18:34:37 PDT
Created attachment 142932 [details]
Patch
Comment 2 WebKit Review Bot 2012-05-20 22:41:43 PDT
Comment on attachment 142932 [details]
Patch

Clearing flags on attachment: 142932

Committed r117728: <http://trac.webkit.org/changeset/117728>
Comment 3 WebKit Review Bot 2012-05-20 22:41:47 PDT
All reviewed patches have been landed.  Closing bug.