Subj : Newbie question. GC or memory managment. To : netscape.public.mozilla.jseng From : J.P. Date : Wed Aug 25 2004 02:31 pm Given a context, I constructed some objects, string by using JS_NewStringCopyN(), JS_NewObject() and by evaluating script, such as "$$ = new Object()". I assume that all these storage will be deallocated automatically after I destroy the context. Is it right? .