Thanks Gergory, I'm glad you could solve that issue. Your solution doesn't 
work for v8::Function however so I opened another thread.

Am Mittwoch, 26. März 2014 02:03:14 UTC+1 schrieb Gregory Hlavac:
>
> Local<FunctionTemplate> funcTmpl = FunctionTemplate::New(iso, 
> ConstructHandle);
>
> To
>
> Handle<FunctionTemplate> funcTmpl = FunctionTemplate::New(iso, 
> ConstructHandle);
>
> Why does it matter? I've got no clue, it was working in older v8, but now 
> not now apparently, go figure.
>

-- 
-- 
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 it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to