I think the issue was the missing scope. I had to add the line below at the 
beginning of each function.

v8::HandleScope handle_scope(v8::Isolate::GetCurrent());


The manager basically works now. But since I can't see the big picture 
completely, I am not sure if what I use is the right practice. Should I (or 
do I even have to) create a scope variable before calling V8 functions? And 
is it correct that I don't have to store any handles for context or global 
object as members as long as I am only using a single context in my 
application?

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