[Webkit-unassigned] [Bug 88451] Extra HandleScope in V8Proxy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 6 15:00:31 PDT 2012


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





--- Comment #8 from jochen at chromium.org  2012-06-06 15:00:30 PST ---
(In reply to comment #7)
> > What about making the result a v8::Array instead of a WTF::Vector?
> 
> You'd still need to have a v8::Local<v8::Array>.  Wouldn't that have the same problem?

You can return a single handle from a handle scope. The v8::Array in turn would reference all the handles to the results, and so everything stays alive

-- 
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