Re: [v8-users] What is recv in Function Call ?

2013-10-16 Thread ashish negi
I am storing the persistent handles of both data and toString on the nodejs side. Would that not help ? -- -- 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.

[v8-users] How to get this pointer for a callback function ?

2013-10-16 Thread ashish negi
In V8, i am calling a javascript function from c++, that take a callback as its last argument. I am giving it a c++ function as the callback. This calls the object with appropriate arguments. The c++ function that is called is this : v8::Handlev8::Value SendCallBackArguments(const

[v8-users] Re: How to get this pointer for a callback function ?

2013-10-16 Thread Gregory Hlavac
I think you're looking for args.Holder() not args.This()? -- -- 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

Re: [v8-users] Re: How to get this pointer for a callback function ?

2013-10-16 Thread joko suwito
Thank you. Pada 17 Okt 2013 02:15, Gregory Hlavac ghla...@gmail.com menulis: I think you're looking for args.Holder() not args.This()? -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to

[v8-users] Re: Intent to implement: subset of ES6 Math functions.

2013-10-16 Thread Dmitry Lomov
+v8-users Implementing under the flag LGTM. Low-risk and good to have implementation feedback for the committee. Dmitry On Wed, Oct 16, 2013 at 12:01 PM, Yang Guo yang...@google.com wrote: Hi, I would like to implement some of the new Math.* functions proposed in the ES6 draft in V8

Re: [v8-users] My program which using v8 library crashes with Valgrind but not without Valgrind

2013-10-16 Thread Gregory Hlavac
Wouldn't this more be a question for the people at valgrind not here? -- -- 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

[v8-users] where can i find v8 binary for visual c++?

2013-10-16 Thread shada
where can i find v8 binary for visual c++? -- -- 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