Hi,
i've a question about the delete operator.
Seeing the Point test/example from Jacob Burbach, I encountered some
questions like this one...
the meaning of the delete operator... Does this operator should not
remove the object, and make the var reference invalid?
For example if in the Shell example i put "var prueba=new String("Hola
Mundo"); delete x;" i see in the console a "false" result, and the
object is still alive.
Why this hapens? what is the behavior of this operator?
Thanks in advance
--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---