[webkit-dev] about parse javascript function
zhenghe zhang
zhenghe.zhang at gmail.com
Wed Feb 25 16:45:18 PST 2009
Hi all
I am learning the kjs of webkit, now I encounter some questions,
could you help me?
As followed:
If I define a js function, for example:
Function fun()
{
Var a = 5;
Var b = 6;
Var c = a+b;
}
I would like to know how to parse the js code through the function of
webkit.
Could you tell me the main functions and the files?
Thank you
Best Regards
More information about the webkit-dev
mailing list