On Wed, Mar 26, 2014 at 9:33 AM, danijar <[email protected]> wrote: > I just tried splitting the line into two lines. > >> Local<Function> function; >> function = Handle<Function>::Cast(args[0]); > > > The error already occurs at Local<Function> function;. What am I doing > wrong? Other local handles can be created just fine. Changing Local to > Handle doesn't work either.
args[0].As<Function>()? -- -- v8-users mailing list [email protected] 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 email to [email protected]. For more options, visit https://groups.google.com/d/optout.
