Lines Matching refs:number
47 var $Number = global.Number;
172 // Fast case: Check for number operands and do the addition.
275 // Make sure to convert the right operand to a number before
281 // that doesn't convert to a number. This is common in
313 // Make sure to convert the right operand to a number before
319 // that doesn't convert to a number. This is common in
447 // We can handle any number of apply arguments if the stack is
464 // Return the length which is the number of arguments to copy to the
481 // Convert the receiver to a number - forward to ToNumber.
499 // (1) for number hint, and (2) for string hint.
573 if (IS_NUMBER(x)) return new $Number(x);