Problem solved ... I was missing the line line below from the handle

v8::Context::Scope context_scope(g_object_context);


eg.

bool handle_object (MyRequest* obj_request) {
std::cout << "handle" << std::endl;

    v8::HandleScope handle_scope;
v8::Context::Scope context_scope(g_object_context);



-- 
-- 
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.


Reply via email to