Bug 104230

Summary: [V8] Implement v8StringWithoutIsolate()
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Kentaro Hara
Reported 2012-12-05 23:58:58 PST
To make an Isolate mandatory in v8String(), we implement v8StringWithoutIsolate() for call sites that don't have an Isolate. Eventually we want to kill the method though.
Attachments
Patch (30.90 KB, patch)
2012-12-06 00:02 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-12-06 00:02:10 PST
Adam Barth
Comment 2 2012-12-06 00:35:17 PST
Comment on attachment 177955 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=177955&action=review Same comment about using the word "deprecated" > Source/WebCore/bindings/v8/Dictionary.cpp:105 > + ASSERT(m_isolate); Oh, it looks like we do have an m_isolate for Dictionary. We should use that in the integer patch.
Kentaro Hara
Comment 3 2012-12-06 00:35:49 PST
(In reply to comment #2) > (From update of attachment 177955 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=177955&action=review > > Same comment about using the word "deprecated" Sure.
Kentaro Hara
Comment 4 2012-12-06 01:20:09 PST
Note You need to log in before you can comment on or make changes to this bug.