Subj : Bit size of variables in argv To : netscape.public.mozilla.jseng From : "Sterling Bates" Date : Thu Oct 30 2003 06:01 pm Having made good progress on the bridge class, one of the remaining issues to resolve is the bit size of arguments in argv. SpiderMonkey goes all the way up to unsigned 64 bit in JSUint64. What I'm hoping is that < 32bit values are padded to 32bit, and I simply need to identify the 64bit values. Any ideas on how to do that? Thanks! Sterling .