... and run a dummy script code before run the real script, some like
compile and run "(function(){})()"?-----Mensaje original----- De: [email protected] [mailto:[email protected]] En nombre de Bryan White Enviado el: lunes, 08 de marzo de 2010 13:34 Para: [email protected] Asunto: Re: [v8-users] Is it posible? 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 -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
