My Javascript code creates an instance of a class with myClass = new 
MyClass; I call a method myMethod in V8 C++. Javascript code methods get 
called from V8 C++ methods only.

After running for a few hours, I start getting the error Message call Back 
Handler. The V8 code is able to locate the instance of the class and 
method. But when the call is made, errorMessage Call back gets called by V8 
with an error 
StartPosition-1
ErrorLevel: 8
GetScriptResourceName: undefined
Could you please tell me if this is happening due to Garbage Cleaner 
cleaning the objects from the heap? . If yes, please tell if pinning the 
object and method with Persistent handles will resolve the issue.

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/9eed3b98-795b-443f-b1d9-95be0654f8c3n%40googlegroups.com.

Reply via email to