> > Handle<Array> ar( Array::Cast(args[0]) ); >> > Quick fix: Handle<Array> ar( Handle<Array>::Cast(args[0]) );
Or use the ->As<...> as posted by Matthias Ernst. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
> > Handle<Array> ar( Array::Cast(args[0]) ); >> > Quick fix: Handle<Array> ar( Handle<Array>::Cast(args[0]) );
Or use the ->As<...> as posted by Matthias Ernst. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users