Re: [v8-users] Problems using a second isolate

2014-11-20 Thread Sven Panne
On Thu, Nov 20, 2014 at 12:48 AM, Robert Jenks wrote: > [...]class Jav8Context { > public: > Jav8Context() { > // Create a new Isolate and make it the current one. > isolate_ = v8::Isolate::New(); > v8::Isolate::Scope isolateScope(isolate_); >

Re: [v8-users] Problems using a second isolate

2014-11-20 Thread Ben Noordhuis
On Thu, Nov 20, 2014 at 12:48 AM, Robert Jenks wrote: > I am working to update Jav8 to the latest V8 APIs and get it working on > Windows 32bit. I am not the maintainer, but I have been unable to contact > them and need this working. > > I am having a problem creating a second Isolate. The first

[v8-users] Problems using a second isolate

2014-11-19 Thread Robert Jenks
I am working to update Jav8 to the latest V8 APIs and get it working on Windows 32bit. I am not the maintainer, but I have been unable to contact them and need this working. I am having a problem creating a second Isolate. The first one works fine, but I get a crash when trying to initialize