Subj : Re: Bit size of variables in argv To : netscape.public.mozilla.jseng From : "Sterling Bates" Date : Thu Oct 30 2003 10:24 pm "John Bandhauer" wrote in message news:bnse5j$pbl1@ripley.netscape.com... > Native methods' argv array is *always* populated with pointer-sized > jsvals. jsdoubles are passed by reference (to an immutable instance) not > by value. The JSVAL_* types described at the top of jsapi.h are the only > types that matter for argv. By immutable, are you referring simply to its location in memory? Sterling .