[Webkit-unassigned] [Bug 29150] New: [v8] create a real handler to JS objects when returning strings from StringImplCache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 10 14:06:06 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29150

           Summary: [v8] create a real handler to JS objects when
                    returning strings from StringImplCache
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: antonm at chromium.org
                CC: ager at chromium.org


Currently, just a wrapper is created (v8::Local<v8::String>(pointer)) which
won't save the object being handled if GC would happen (to be more precise, one
mark flavours).  Let's use a proper local handle instead.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list