Subj : Re: Memory growth problem To : netscape.public.mozilla.jseng From : Brendan Eich Date : Sat May 17 2003 01:47 pm Mean to write "the relatively new API, JS_SealObject(...)" -- it was added in mid-March of this year. /be > If you prefer to stick with the shared prototype, you'll want to use > the JS_SealObject(cx, m_glob, JS_TRUE) on m_glob after you've called > JS_InitStandardClasses on it, but before it is otherwise used. > > /be > .