sponnusa / firebreath

Automatically exported from code.google.com/p/firebreath
0 stars 0 forks source link

Create NPJavascriptObject #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by taxilian on 27 Oct 2009 at 6:29