On Sat, Mar 6, 2010 at 1:58 PM, Seiji Sam Lee <[email protected]> wrote: > Well, is it posible to call a javascript function BEFORE run the script?
Presuming you mean calling a function defined in the script, then no. The act of running the script loads the global objects defined in the script into the global space. -- Bryan White -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
