On 3 November 2013 12:49, Jorge Chamorro <jo...@jorgechamorro.com> wrote: > If not, what exactly would free(thing) do?
That is is easy - it ensures that the thing does not reference any other GC things (including references as keys in a WeakMap) so it cannot be a part of reference cycle. Currently this cannot be even implemented even for pure JS objects as a prototype link or slots in the closure cannot be cleared not to mention host objects. _______________________________________________ dev-tech-js-engine-internals mailing list dev-tech-js-engine-internals@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals