Wednesday, 21 August 2013

JS pointer to an object

JS pointer to an object

Please see this example:
var a = new A();
b = a;
A is an object I want to delete b and at the same time all pointers which
point to same object! But I have access only too b. please give me
solution that I can remove b and a at the same time by accessing only to
b!

No comments:

Post a Comment