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
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

