>
> Does it use Wrap and/or as classes subclassed with ObjectWrap?  Wrap uses 
> internal field 0 to store the class so it can be later unwrapped from the 
> V8 object.

https://github.com/nodejs/node/blob/master/src/node_object_wrap.h#L75 (near 
> that is also SetWeak reference)


Yes, I think you just answered my question. So
 object->Wrap(info.This());

in the Object::New() method stores the instance in internal field 0, right?


>

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