On 2/7/06, Eric H. Jung <[EMAIL PROTECTED]> wrote: > I suppose that question can be answered by someone who knows whether or > not properties of a variable are deleted when the variable itself is > deleted. Anyone? > It's a garbage-collected language. Everything that is not reachable from roots is garbage collected (which is what you seem to call "delete").
That is, if we forget about implementation problems with reference-counted XPCOM components and expando properties on DOM objects. Nickolay _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
