Subj : ECMAScript standard and new parseInt("100") To : netscape.public.mozilla.jseng From : Igor Bukanov Date : Mon Apr 14 2003 06:43 pm Does ECMAScript standard says anything about calling function properties of the standard objects as constructors? For example, does it specify in any way what should be the result of new parseInt("100"), new "1".valueOf() ? Regards, Igor .