[Webkit-unassigned] [Bug 57859] Add implementations of JavaInstance, JavaClass, JavaField and JavaMethod that simply proxy calls to a listener.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 7 12:05:52 PDT 2011


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





--- Comment #13 from Andrei Popescu <andreip at google.com>  2011-04-07 12:05:52 PST ---
(In reply to comment #12)
> > If I understand things right:  since the V8-specific JavaInstance isn't really an Instance subclass, is this the right goal here?
> 
> Indeed, I forgot about that.
> 
> What does v8 do for NPAPI plug-ins? Those didn't involve making CInstance an interface class.

There's a separate implementation that maps between NPObjects and v8::Objects here:

http://trac.webkit.org/browser/trunk/Source/WebCore/bindings/v8/NPV8Object.cpp
http://trac.webkit.org/browser/trunk/Source/WebCore/bindings/v8/npruntime.cpp
etc

Thanks,
Andrei

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