Subj : Re: JS_AddNamedRoot() and finalizer To : netscape.public.mozilla.jseng From : Matthew Mondor Date : Mon Aug 23 2004 10:11 am Hmm just notice how some statements didn't make any sense, since the object is added to the root it isn't prone to GC, and probably that the finalizer method is not considered useful and thus never called. I maybe assumed that destroying a context would force destruction of the objects and call the finalizer, but this is probably not so... Matt .