Hi, Pls help me to use v8 on this situation. For example, i have some codes like:
var a="google chrome v8";
document.write(a);
i want to convert this code to:
var a="google chrome v8"
document.write("google chrome v8");
That means i wanna clear all arguments of the functions with its
value. Help me how to view stack to clear argument when my codes run
at document.write()
Thanks & regards,
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
