Hi,
In a constructor callback is it possible to get to the object on which it
was invoked?
e.g. var o = A.B(); in B's constructor callback "args.This()" would point to
A
var o = new A.B(); it would point to new object being created.

Thanks,
Zaheer

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to