HomeSort by relevance Sort by last modified time
    Searched refs:Array (Results 551 - 575 of 1692) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Number/
15.7.4.3-2.js 44 var array = new Array();
47 array[item++] = new TestCase(SECTION, "v = Number.prototype.valueOf; num = 3; num.valueOf = v; num.valueOf()", 3, "v = Number.prototype.valueOf; num = 3; num.valueOf = v; num.valueOf()" );
49 return ( array );
15.7.4.3-3-n.js 45 var array = new Array();
48 // array[item++] = new TestCase("15.7.4.1", "v = Number.prototype.valueOf; num = 3; num.valueOf = v; num.valueOf()", "error", "v = Number.prototype.valueOf; num = 3; num.valueOf = v; num.valueOf()" );
49 array[item++] = new TestCase("15.7.4.1", "v = Number.prototype.valueOf; o = new String('Infinity'); o.valueOf = v; o.valueOf()", "error", "v = Number.prototype.valueOf; o = new String('Infinity'); o.valueOf = v; o.valueOf()" );
50 // array[item++] = new TestCase("15.7.4.1", "v = Number.prototype.valueOf; o = new Object(); o.valueOf = v; o.valueOf()", "error", "v = Number.prototype.valueOf; o = new Object(); o.valueOf = v; o.valueOf()" );
52 return ( array );
15.7.4.js 56 var array = new Array();
58 array[item++] = new TestCase( SECTION,
62 array[item++] = new TestCase( SECTION, "typeof Number.prototype", "object", typeof Number.prototype );
63 array[item++] = new TestCase( SECTION, "Number.prototype.valueOf()", 0, Number.prototype.valueOf() );
67 // array[item++] = new TestCase( SECTION, "Number.prototype.__proto__", Object.prototype, Number.prototype.__proto__ );
68 // array[item++] = new TestCase( SECTION, "Number.prototype.__proto__ == Object.prototype", true, Number.prototype.__proto__ == Object.prototype );
71 return ( array );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ObjectObjects/
15.2.1.2.js 60 var array = new Array();
65 array[item++] = new TestCase( SECTION, "var MYOB = Object(); MYOB.valueOf()", MYOB, MYOB.valueOf() );
66 array[item++] = new TestCase( SECTION, "typeof Object()", "object", typeof (Object(null)) );
67 array[item++] = new TestCase( SECTION, "var MYOB = Object(); MYOB.toString()", "[object Object]", eval("var MYOB = Object(); MYOB.toString()") );
69 return ( array );
15.2.2.2.js 55 var array = new Array();
58 array[item++] = new TestCase( SECTION, "typeof new Object()", "object", typeof new Object() );
59 array[item++] = new TestCase( SECTION, "Object.prototype.toString()", "[object Object]", Object.prototype.toString() );
60 array[item++] = new TestCase( SECTION, "(new Object()).toString()", "[object Object]", (new Object()).toString() );
62 return ( array );
15.2.3-1.js 46 var array = new Array();
49 array[item++] = new TestCase( SECTION, "Object.__proto__", Function.prototype, Object.__proto__ );
50 array[item++] = new TestCase( SECTION, "Object.length", 1, Object.length );
52 return ( array );
54 function test( array ) {
15.2.3.1-1.js 49 var array = new Array();
51 array[item++] = new TestCase( SECTION, "var str = '';for ( p in Object ) { str += p; }; str",
55 return ( array );
15.2.3.1-2.js 50 var array = new Array();
52 array[item++] = new TestCase( SECTION, "delete( Object.prototype )",
56 return ( array );
58 function test( array ) {
15.2.3.1-3.js 50 var array = new Array();
52 array[item++] = new TestCase( SECTION, "Object.prototype = null; Object.prototype",
56 return ( array );
58 function test( array ) {
15.2.3.1-4.js 50 var array = new Array();
52 array[item++] = new TestCase( SECTION, "delete( Object.prototype ); Object.prototype",
56 return ( array );
58 function test( array ) {
15.2.3.js 49 var array = new Array();
52 // array[item++] = new TestCase( SECTION, "Object.__proto__", Function.prototype, Object.__proto__ );
53 array[item++] = new TestCase( SECTION, "Object.length", 1, Object.length );
55 return ( array );
57 function test( array ) {
15.2.4.1.js 44 var array = new Array();
46 array[item++] = new TestCase( SECTION, "Object.prototype.constructor",
50 return ( array );
52 function test( array ) {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/SourceText/
6-1.js 70 var testcases = new Array();
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Statements/
12.10.js 55 var array = new Array();
58 array[item++] = new TestCase( SECTION,
62 return ( array );
12.5-1.js 52 var testcases = new Array();
12.5-2.js 50 var testcases = new Array();
12.6.1-1.js 38 var testcases = new Array();
12.6.3-1.js 43 var array = new Array();
46 array[item++] = new TestCase( SECTION,
51 return ( array );
12.6.3-11.js 65 var testcases = new Array();
12.6.3-12.js 68 var testcases = new Array();
12.6.3-2.js 57 var array = new Array();
60 array[item++] = new TestCase( SECTION,
65 return ( array );
12.6.3-3.js 42 var testcases = new Array();
12.6.3-5-n.js 66 var testcases = new Array();
12.6.3-6-n.js 66 var testcases = new Array();
12.6.3-7-n.js 66 var testcases = new Array();

Completed in 325 milliseconds

<<21222324252627282930>>