Bug 87070 - [V8] Add an optional 'isolate' argument to throwTypeError()
Summary: [V8] Add an optional 'isolate' argument to throwTypeError()
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-21 19:08 PDT by Kentaro Hara
Modified: 2012-05-22 01:40 PDT (History)
3 users (show)

See Also:


Attachments
Patch (14.21 KB, patch)
2012-05-21 19:13 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff
rebased patch for landing (14.59 KB, patch)
2012-05-22 00:50 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-21 19:08:30 PDT
The objective is to pass Isolate around in V8 bindings. In this bug we add an optional 'isolate' argument to throwTypeError(), and passes Isolate to throwTypeError(). In a following patch, I'll pass Isolate to all throwTypeError()s.
Comment 1 Kentaro Hara 2012-05-21 19:13:02 PDT
Created attachment 143170 [details]
Patch
Comment 2 Kentaro Hara 2012-05-22 00:50:57 PDT
Created attachment 143217 [details]
rebased patch for landing
Comment 3 WebKit Review Bot 2012-05-22 01:37:52 PDT
Comment on attachment 143217 [details]
rebased patch for landing

Clearing flags on attachment: 143217

Committed r117933: <http://trac.webkit.org/changeset/117933>