having just sent this, I've found the bug in my program.
Don't forget the
return Handle<Value>();
at the end of callback functions. g++ generates incorrect code and only warns
you if ask it to.--~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
