Re: [v8-users] Program build breaks after upgrading V8

2013-01-21 Thread Flying Jester
I'm using Linux, Fedora 17 x86_64, GCC 4.7.2, V8 3.15.11, x64.debug build. I tried a bit to make a small program that would cause this same problem, but I couldn't find a simple way to do it without just using large portions of the source of the program I'm working on. The call stack (that's

Re: [v8-users] Program build breaks after upgrading V8

2013-01-21 Thread Sven Panne
On Mon, Jan 21, 2013 at 9:20 AM, Flying Jester foolkingcr...@gmail.comwrote: I'm using Linux, Fedora 17 x86_64, GCC 4.7.2, V8 3.15.11, x64.debug build. I tried a bit to make a small program that would cause this same problem, but I couldn't find a simple way to do it without just using large

[v8-users] Help with setting local js variable to Null()

2013-01-21 Thread ioannis
Ok, so I have the following code. The function Delete is a function property of the Point object, to ensure proper destruction of the c++ object. At point (2) i am checking whether the js variable is a global variable and set the value to Null(). Is there a way to set a local function scope js

Re: [v8-users] Help with setting local js variable to Null()

2013-01-21 Thread Stephan Beal
On Mon, Jan 21, 2013 at 1:53 PM, ioannis ioanni...@gmail.com wrote: // (2) If args[0] is a global object then remove the object form global scope LocalObject global = self-CreationContext()-Global(); This part is not necessary. You already do: // (3) Delete the c++

Re: [v8-users] Help with setting local js variable to Null()

2013-01-21 Thread ioannis
Thank you for the reply. Basically what I want to achieve is the following. Consider this js example After my ReleaseObject() function is called x = is still a point object At the second print(x) i would like my variable to be null, or report as null without explicitly setting it to null with

[v8-users] Re: creating Handleinternal::String

2013-01-21 Thread sc
help? On Saturday, January 19, 2013 6:55:05 PM UTC+2, sc wrote: so i think i've narrowed down the problem, as i described the compilation fails on the isString() function , but from the output i see that everything is printed alright except '\n' which is printed as ?? in stderr. it

[v8-users] [v8 + javascript version ]

2013-01-21 Thread nagarjuna atluri
Hi , Which all versions of Javascript does v8 support? Is JavaScript 1.8.5 version supported? -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users