Providing your port would be helpful as there is several ways to do what you want. As you are *just* asking about JSC, the answer is port-agnostic. > can you tell me the method or send me some reference materials?
This is something that has been asked over and over in the past years. One of the most relevant results as I had to do the query [1]. Some inline answer: the JSC API located here [2] or Apple has a more readable version if you use a compatible version [3]. The other option is to study the bindings in WebKit (after building it) or an application that uses the API (see [1] for some examples). Thanks, Julien [1] http://lists.macosforge.org/pipermail/webkit-dev/2009-July/008689.html [2] http://trac.webkit.org/browser/trunk/Source/JavaScriptCore/API [3] http://developer.apple.com/library/mac/#documentation/Carbon/Reference/WebKit_JavaScriptCore_Ref/ _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
