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 in
I have a method in DLL that calls using V8 C++ myMethod of myClass
instance. If I don't call isolate_scope, the is a crash after making around
100 calls to myMethod, I get an exception 0xC005: Access violation
writing location 0x. When I call isolate_scope, the exception does
not ha