Hi, I need to expose some C++ classes/methods to JavaScript using JavaScriptCore, so that they can be instantiated/called by a JavaScript application.
I found plenty of documentation and examples regarding v8 and Node.js, but not much about JavaScriptCore API (apart from some old or incomplete docs, e.g. [1], [2], and [3]). Can anyone point me to some documentation and/or examples, and/or outline the basic steps for doing it? Kind regards, Rippel [1] http://article.gmane.org/gmane.os.opendarwin.webkit.user/1067/match=javascriptcore [2] http://developer.apple.com/library/mac/#documentation/Carbon/Reference/WebKit_JavaScriptCore_Ref/ [3] http://developer.apple.com/library/mac/#samplecode/JSPong/Introduction/Intro.html _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
