Create a class NPJavascriptObject (or named differently, if someone has a
better idea) that extends NPObject and "has a" arbitrary JSAPI object.
It should provide an NPClass with pointers to static methods that
dereference the NPObject * as a NPJavascriptObject * and then call member
functions on that NPJavascriptObject.
It must allow access to all methods and functions on the contained JSAPI,
and should eventually support firing script events.
Original issue reported on code.google.com by taxilian on 9 Oct 2009 at 8:07
Original issue reported on code.google.com by
taxilian
on 9 Oct 2009 at 8:07