Embedding JavaScript
Hi. I need to make a C or C++ program that read some javascript functions from a file and then evaluate those functions with the propper parameters. I have done this with SpideMonkey, is very easy, i wana try it with webkit, but i couldn't find the API Reference in apple's website or some examples to start. Any ideas where to start? Regards, DR
On 2008-08-04, at 00:10, Daniel Romero wrote:
Hi.
I need to make a C or C++ program that read some javascript functions from a file and then evaluate those functions with the propper parameters. I have done this with SpideMonkey, is very easy, i wana try it with webkit, but i couldn't find the API Reference in apple's website or some examples to start.
Any ideas where to start?
<http://developer.apple.com/documentation/Carbon/Reference/WebKit_JavaScriptC...
<http://developer.apple.com/samplecode/JSInterpreter/index.html> <http://developer.apple.com/samplecode/JSPong/index.html> - Mark
participants (2)
-
Daniel Romero
-
Mark Rowe