Home | History | Annotate | Download | only in Number

Lines Matching refs:prototype

24     ECMA Section:       15.7.4.1 Properties of the Number Prototype Object
34 writeHeaderToLog( SECTION + "Properties of the Number prototype object");
45 array[item++] = new TestCase(SECTION, "Number.prototype.valueOf()", 0, Number.prototype.valueOf() );
46 array[item++] = new TestCase(SECTION, "typeof(Number.prototype)", "object", typeof(Number.prototype) );
47 array[item++] = new TestCase(SECTION, "Number.prototype.constructor == Number", true, Number.prototype.constructor == Number );
48 // array[item++] = new TestCase(SECTION, "Number.prototype == Number.__proto__", true, Number.prototype == Number.__proto__ );