[v8-users] Isolate->Dispose() causes crash only when Math.random() is used

2016-02-01 Thread George Corney
Hey, I'm struggling to get to the bottom of this one The crash occurs with a slightly modified version of the *hello-world.cc* sample, I've separated the initialization and execution into one function and the dispose calls into another. If the executed javascript contains Math.random(), the

Re: [v8-users] Does changed timezone notification still required in latest v8?

2016-02-01 Thread Bogdan Padalko
Thanks for the clarification! -- -- 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

[v8-users] About to go (more) insane. SegFault calling GetOwnPropertyNames().

2016-02-01 Thread Scott Duensing
The exact line is: http://skunkworks.kangaroopunch.com/projects/scripting/repository/revisions/master/entry/Scripting/scripting.cpp#L76 What this bit of (unfinished) code does is allow you to load scripts into individual contexts and call between them passing JSON in and out to exchange data.

Re: [v8-users] Object.ForceSet to bypass accessors.

2016-02-01 Thread Jane Chen
Toon, Thanks for the heads-up. I am currently on 4.6.88 and am still using ForceSet. I'd love to try it out when I refresh my build. Which release is this going into? Jane On Wednesday, January 27, 2016 at 7:57:56 AM UTC-8, Toon Verwaest wrote: > > In