[Webkit-unassigned] [Bug 32430] [v8, dom] Add a pointer field to C++ Node class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 19 15:44:16 PST 2010


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





--- Comment #31 from Eric Seidel <eric at webkit.org>  2010-01-19 15:44:14 PST ---
Another way to implement this would be to have two implementations of this
class.  One which knows how to pull from the current wrapper caches, and one
which knows how to do the lookup directly.

Basically instead of JSC having an empty implementation for this, it could use
an implementation which called getDOMObjectWrapper.

I don't understand how this works with isolated worlds.  But then again, I
don't know how isolated worlds work for V8.  When grabbing a wrapper in JSc you
have to pass the global object.

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