Subj : SpiderMonkey's Funky GC and me To : netscape.public.mozilla.jseng From : Alex Date : Wed Mar 23 2005 04:23 pm well I have this script: var strdef = "psittacisme ?"; var intdef = 42; var dbldef = 8.6; var truedef = true; var falsedef = false; if i run my script, invoke the gc system and try to get dbldef's value, i get an int (under linux), or a string (under solaris). An idea ? Anyone ? -- Alexandre Ignjatovic .