Subj : Re: spidermonkey cross script execute doesn't work To : netscape.public.mozilla.jseng From : Mike Moening Date : Thu Mar 17 2005 12:01 pm Thanks for the links. So the name is really just for debugging purposes and I can use a single static name and not worry about it. Sounds like a way of identifying the source for leaks to me... Does that sound right? "Brendan Eich" wrote in message news:4239B6FD.6050801@meer.net... > Mike Moening wrote: > > Exactly what is a "Root" and do I have to name them unique or can I create a > > single "root name" for all my objects that require rooting. > > > Have you read > http://www.mozilla.org/js/spidermonkey/apidoc/gen/api-JS_AddNamedRoot.html > (link from > http://www.mozilla.org/js/spidermonkey/apidoc/sparse-frameset.html) yet? > > /be .