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

<<11121314151617181920>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.2.1-2.js 24 ECMA Section: 15.4.2.1 new Array( item0, item1, ... )
29 object is set to the original Array prototype object,
30 the one that is the initial value of Array.prototype
34 is set to "Array".
52 var TITLE = "The Array Constructor: new Array( item0, item1, ...)";
61 var array = new Array();
63 var TEST_STRING = "new Array(";
77 array[item] = new TestCase( SECTION, "["+item+"]", item, TEST_ARRAY[item] )
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.3.1-1.js 50 var array = new Array();
53 array[item++] = new TestCase( SECTION,
57 return ( array );
15.6.3.1-2.js 48 var array = new Array();
51 array[item++] = new TestCase( SECTION,
55 return ( array );
15.6.3.1-3.js 48 var array = new Array();
51 array[item++] = new TestCase( SECTION,
55 return ( array );
15.6.3.1-4.js 48 var array = new Array();
53 array[item++] = new TestCase( SECTION,
58 array[item++] = new TestCase( SECTION,
63 return ( array );
15.6.3.1-5.js 39 // all tests must call a function that returns an array of TestCase objects.
43 var array = new Array();
45 array[item++] = new TestCase( SECTION, "Function.prototype == Boolean.__proto__", true, Function.prototype == Boolean.__proto__ );
47 return ( array );
15.6.3.1.js 51 var array = new Array();
54 array[item++] = new TestCase( SECTION, "Boolean.prototype.valueOf()", false, Boolean.prototype.valueOf() );
55 array[item++] = new TestCase( SECTION, "Boolean.length", 1, Boolean.length );
57 return ( array );
15.6.3.js 47 var array = new Array();
50 array[item++] = new TestCase( SECTION, "Boolean.__proto__ == Function.prototype", true, Boolean.__proto__ == Function.prototype );
51 array[item++] = new TestCase( SECTION, "Boolean.length", 1, Boolean.length );
53 return ( array );
15.6.4-1.js 48 var array = new Array();
51 array[item++] = new TestCase( SECTION, "typeof Boolean.prototype == typeof( new Boolean )", true, typeof Boolean.prototype == typeof( new Boolean ) );
52 array[item++] = new TestCase( SECTION, "typeof( Boolean.prototype )", "object", typeof(Boolean.prototype) );
53 array[item++] = new TestCase( SECTION,
57 array[item++] = new TestCase( SECTION, "Boolean.prototype.valueOf()", false, Boolean.prototype.valueOf() );
59 return ( array );
15.6.4-2.js 48 var array = new Array();
51 array[item++] = new TestCase( SECTION, "Boolean.prototype.__proto__", Object.prototype, Boolean.prototype.__proto__ );
53 return ( array );
15.6.4.1.js 43 var array = new Array();
46 array[item++] = new TestCase( SECTION,
51 return ( array );
15.6.4.2-2.js 46 var array = new Array();
50 array[item++] = new TestCase( SECTION,
54 array[item++] = new TestCase( SECTION,
58 array[item++] = new TestCase( SECTION,
62 return ( array );
15.6.4.2-3.js 47 var array = new Array();
50 array[item++] = new TestCase( SECTION, "tostr=Boolean.prototype.toString; x=true; x.toString=tostr;x.toString()", "true", eval("tostr=Boolean.prototype.toString; x=true; x.toString=tostr;x.toString()") );
51 array[item++] = new TestCase( SECTION, "tostr=Boolean.prototype.toString; x=false; x.toString=tostr;x.toString()", "false", eval("tostr=Boolean.prototype.toString; x=false; x.toString=tostr;x.toString()") );
53 return ( array );
15.6.4.2-4-n.js 46 var array = new Array();
49 array[item++] = new TestCase( SECTION,
53 return ( array );
15.6.4.3-2.js 47 var array = new Array();
50 array[item++] = new TestCase( SECTION, "valof=Boolean.prototype.valueOf; x=new Boolean(); x.valueOf=valof;x.valueOf()", false, eval("valof=Boolean.prototype.valueOf; x=new Boolean(); x.valueOf=valof;x.valueOf()") );
51 array[item++] = new TestCase( SECTION, "valof=Boolean.prototype.valueOf; x=new Boolean(true); x.valueOf=valof;x.valueOf()", true, eval("valof=Boolean.prototype.valueOf; x=new Boolean(true); x.valueOf=valof;x.valueOf()") );
52 return ( array );
15.6.4.3-4-n.js 47 var array = new Array();
50 array[item++] = new TestCase( SECTION,
54 return ( array );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.2.2-4.js 45 // all tests must call a function that returns an array of TestCase objects.
49 var array = new Array();
54 array[item++] = new TestCase( SECTION, "Date( 2000,1,29,0,0,0)", (new Date()).toString(), Date(2000,1,29,0,0,0));
55 array[item++] = new TestCase( SECTION, "Date( 2000,1,28,23,59,59)", (new Date()).toString(), Date( 2000,1,28,23,59,59));
56 array[item++] = new TestCase( SECTION, "Date( 2000,1,27,16,0,0)", (new Date()).toString(), Date(2000,1,27,16,0,0));
60 array[item++] = new TestCase( SECTION, "Date(2004,11,31,23,59,59)", (new Date()).toString(), Date(2004,11,31,23,59,59));
61 array[item++] = new TestCase( SECTION, "Date(2005,0,1,0,0,0)", (new Date()).toString(), Date(2005,0,1,0,0,0) );
62 array[item++] = new TestCase( SECTION, "Date(2005,0,1,0,0,1)", (new Date()).toString(), Date(2005,0,1,0,0,1) );
63 array[item++] = new TestCase( SECTION, "Date(2004,11,31,16,0,0,0)", (new Date()).toString(), Date (…)
    [all...]
15.9.5.11-2.js 42 var testcases = new Array();
15.9.5.11-3.js 42 var testcases = new Array();
15.9.5.11-4.js 42 var testcases = new Array();
15.9.5.11-5.js 42 var testcases = new Array();
15.9.5.13-2.js 42 var testcases = new Array();
15.9.5.13-3.js 42 var testcases = new Array();
15.9.5.13-4.js 42 var testcases = new Array();
15.9.5.13-5.js 42 var testcases = new Array();

Completed in 445 milliseconds

<<11121314151617181920>>