Lines Matching refs:number
47 var $Number = global.Number;
164 // Fast case: Check for number operands and do the addition.
267 // Make sure to convert the right operand to a number before
273 // that doesn't convert to a number. This is common in
319 // Make sure to convert the right operand to a number before
325 // that doesn't convert to a number. This is common in
453 // We can handle any number of apply arguments if the stack is
470 // Return the length which is the number of arguments to copy to the
487 // Convert the receiver to a number - forward to ToNumber.
505 // (1) for number hint, and (2) for string hint.
569 if (IS_NUMBER(x)) return new $Number(x);