You can, the problem was just that I was using a handle which went out of scope to manage the function. It works because functions are just objects in JavaScript and you can call them as such.
I'm AFK ATM but I just pulled the below stuff from my dropbox mess-about project if you want to see the final working code. http://pastebin.com/FTXkGmcx -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
