Bug 86979 - [V8] Pass Isolate to V8NPObject::npObjectGetProperty() and V8NPObject::npObjectSetProperty()
Summary: [V8] Pass Isolate to V8NPObject::npObjectGetProperty() and V8NPObject::npObje...
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 19:04 PDT by Kentaro Hara
Modified: 2012-05-20 23:19 PDT (History)
3 users (show)

See Also:


Attachments
Patch (12.55 KB, patch)
2012-05-20 19:07 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 19:04:20 PDT
The objective is to pass Isolate around in V8 bindings. In this bug we pass Isolate to V8NPObject::npObjectGetProperty() and V8NPObject::npObjectSetProperty().
Comment 1 Kentaro Hara 2012-05-20 19:07:36 PDT
Created attachment 142934 [details]
Patch
Comment 2 WebKit Review Bot 2012-05-20 23:19:18 PDT
Comment on attachment 142934 [details]
Patch

Clearing flags on attachment: 142934

Committed r117732: <http://trac.webkit.org/changeset/117732>
Comment 3 WebKit Review Bot 2012-05-20 23:19:23 PDT
All reviewed patches have been landed.  Closing bug.