Bug 87070

Summary: [V8] Add an optional 'isolate' argument to throwTypeError()
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 84074    
Attachments:
Description Flags
Patch
none
rebased patch for landing none

Kentaro Hara
Reported 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.
Attachments
Patch (14.21 KB, patch)
2012-05-21 19:13 PDT, Kentaro Hara
no flags
rebased patch for landing (14.59 KB, patch)
2012-05-22 00:50 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-05-21 19:13:02 PDT
Kentaro Hara
Comment 2 2012-05-22 00:50:57 PDT
Created attachment 143217 [details] rebased patch for landing
WebKit Review Bot
Comment 3 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>
Note You need to log in before you can comment on or make changes to this bug.