Comment #1 on issue 365 by ofsevensins: point_templ->NewInstance() causes runtime error http://code.google.com/p/v8/issues/detail?id=365
It appears it is an error in the documentation. the 2 lines below seems to have solved my problem. v8::Handle<v8::Context> context = v8::Context::New(NULL, point_templ); v8::Context::Scope context_scope(context); A public area in the wiki to document uses would be a very helpful thing. I would be willing to add a page on how to do the current activity. I'm sure many others would too. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
