Hi,

I'm trying to emulate this JS in C:

a= {};
a.__proto__= null;

Local<Object> a= Object::New();
a->SetPrototype(NULL);

How can I do it ?

Thanks,
--
Jorge.

-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users

Reply via email to