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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 6 15:09:45 PDT 2012


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





--- Comment #9 from Adam Barth <abarth at webkit.org>  2012-06-06 15:09:41 PST ---
> 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

Woah, crazy.  How is the lifetime of that handle managed?  Maybe that only works if there's a HandleScope above you to manage the lifetime of the handle?

I guess it depends on whether this HandleScope is redundant.  If someone higher up on the stack is always holding a HandleScope, then probably should just delete this one.

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