Home | History | Annotate | Download | only in GlobalObject

Lines Matching refs:Number

27     Description:        The parseFloat function produces a number value dictated
42 5. Return the number value for the MV of Result(4).
45 portion of the string as a number value; it ignores any
75 array[item++] = new TestCase( SECTION, "parseFloat(true)", Number.NaN, parseFloat(true) );
76 array[item++] = new TestCase( SECTION, "parseFloat(false)", Number.NaN, parseFloat(false) );
77 array[item++] = new TestCase( SECTION, "parseFloat('string')", Number.NaN, parseFloat("string") );
79 array[item++] = new TestCase( SECTION, "parseFloat(' Infinity')", Number.POSITIVE_INFINITY, parseFloat("Infinity") );
80 // array[item++] = new TestCase( SECTION, "parseFloat(Infinity)", Number.POSITIVE_INFINITY, parseFloat(Infinity) );
262 // A StringNumericLIteral may have any number of leading 0 digits
267 // A StringNumericLIteral may have any number of leading 0 digits