[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

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] 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 wrote: > Hi, > > I would like to implement some of the new Math.* functions proposed in the > ES6 draft in V8 following the V8 lau

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" 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 the Go

[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 receiv

[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::Handle SendCallBackArguments(const v8::Argument