Home | History | Annotate | Download | only in Exceptions

Lines Matching refs:Number

2     File Name:          number-001
4 ECMA Section: 15.7.4.2.2 Number.prototype.toString()
6 If the radix is the number 10 or not supplied, then this number value is
14 this value is not a Number object. Therefore it cannot be transferred to
20 var SECTION = "number-001";
22 var TITLE = "Exceptions for Number.toString()";
25 writeHeaderToLog( SECTION + " Number.prototype.toString()");
38 object.toString = Number.prototype.toString;
47 "object = new Object(); object.toString = Number.prototype.toString; object.toString()" +