Re: [v8-users] Segmentation fault when creating new v8 context.

2013-02-22 Thread Stephan Beal
On Thu, Feb 21, 2013 at 3:44 PM, Sven Panne svenpa...@chromium.org wrote: I don't even know what to compile from https://code.google.com/p/v8-juice/source/browse/, the trunk seems to be out of date, it uses e.g. GetPointerFromInternalField and friends which are not part of v8's external API

[v8-users] GetPointerFromInternalField deprecated?

2013-02-22 Thread Flying Jester
I recently updated the version of V8 I build my project against, and I was greeted with a new warning: warning: ‘void* v8::Object::GetPointerFromInternalField(int)’ is deprecated I've seen the 'aligned' version of this function, GetAlignedPointerInInternalField. How would I go about replacing

Re: [v8-users] GetPointerFromInternalField deprecated?

2013-02-22 Thread Stephan Beal
On Fri, Feb 22, 2013 at 11:26 PM, Flying Jester foolkingcr...@gmail.comwrote: This obviously doesn't work with a 1 to 1 replacement with the aligned version of the function. Welcome to the club :). What i ended up doing (because the Aligned version kept inexplicably asserting when given