Home | History | Annotate | Download | only in String

Lines Matching defs:Number

58     Number.prototype.split = String.prototype.split;
60 CompareSplit( new Number(100111122133144155), 1 );
61 CompareSplitWithLimit(new Number(100111122133144155), 1, 1 );
63 CompareSplitWithLimit(new Number(100111122133144155), 1, 2 );
64 CompareSplitWithLimit(new Number(100111122133144155), 1, 0 );
65 CompareSplitWithLimit(new Number(100111122133144155), 1, 100 );
66 CompareSplitWithLimit(new Number(100111122133144155), 1, void 0 );
67 CompareSplitWithLimit(new Number(100111122133144155), 1, Math.pow(2,32)-1 );
68 CompareSplitWithLimit(new Number(100111122133144155), 1, "boo" );
69 CompareSplitWithLimit(new Number(100111122133144155), 1, -(Math.pow(2,32)-1) );
93 // limit is not a number
96 // limit is a negative number
247 n = Number( n );
251 || Math.abs( n ) == Number.POSITIVE_INFINITY