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

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to