[webkit-dev] about javascript keyword
zhenghe zhang
zhenghe.zhang at gmail.com
Mon Mar 2 02:16:09 PST 2009
HI all
If I define a js function, as followed:
function fun()
{
alert(document.all.text1.value);
}
When the webkit parse the js function, and store the keyword in the
hashtable,
Now I want to know the other indetifier is stored the hashtable. And how
many hashtable will be built by webkit.
I also want to know how to read the indetifier( e.g. document ) when webkit
runs the javascript functions.
Thank you
Regards
zh
More information about the webkit-dev
mailing list