Searched
refs:Array (Results
501 -
525 of
1692) sorted by null
<<21222324252627282930>>
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/ |
7.5-7.js | 44 var array = new Array(); 47 array[item++] = new TestCase( SECTION, "var $0abc = 5", 5, "var $0abc = 5; $0abc" ); 48 return ( array );
|
7.5-8-n.js | 44 var array = new Array(); 47 array[item++] = new TestCase( SECTION, "var @0abc = 5", "error", "var @0abc = 5; @0abc" ); 48 return ( array );
|
7.5-9-n.js | 44 var array = new Array(); 47 array[item] = new TestCase( SECTION, "var 123=\"hi\"", "error", "" ); 51 array[item] = 123; 53 return ( array );
|
7.7.1.js | 48 var array = new Array(); 51 array[item++] = new TestCase( SECTION, "null", null, null); 53 return ( array ); 70 // all tests must return the test array
|
7.7.2.js | 51 var array = new Array(); 56 array[item++] = new TestCase( SECTION, "true", Boolean(true), true ); 57 array[item++] = new TestCase( SECTION, "false", Boolean(false), false ); 59 return ( array );
|
7.7.3-2.js | 52 var testcases = new Array();
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/ |
15.8-1.js | 59 var array = new Array(); 61 array[item++] = new TestCase( SECTION, 66 array[item++] = new TestCase( SECTION, 70 return ( array );
|
15.8-2-n.js | 60 var array = new Array(); 62 array[item++] = new TestCase( SECTION, 67 return ( array );
|
15.8-3-n.js | 58 var array = new Array(); 60 array[item++] = new TestCase( SECTION, 65 return ( array );
|
15.8.1.1-1.js | 44 var array = new Array(); 46 array[item++] = new TestCase( SECTION, "Math.E = 0; Math.E", 2.7182818284590452354, ("Math.E=0;Math.E") ); 47 return ( array );
|
15.8.1.1-2.js | 44 var array = new Array(); 48 array[item++] = new TestCase( SECTION, "delete(Math.E)", false, "delete Math.E" ); 49 array[item++] = new TestCase( SECTION, "delete(Math.E); Math.E", MATH_E, "delete Math.E; Math.E" ); 50 return ( array );
|
15.8.1.2-1.js | 44 var array = new Array(); 46 array[item++] = new TestCase( SECTION, "Math.LN10=0; Math.LN10", 2.302585092994046, "Math.LN10=0; Math.LN10" ); 47 return ( array );
|
15.8.1.2-2.js | 44 var array = new Array(); 46 array[item++] = new TestCase( SECTION, "delete( Math.LN10 ); Math.LN10", 2.302585092994046, "delete(Math.LN10); Math.LN10" ); 47 array[item++] = new TestCase( SECTION, "delete( Math.LN10 ); ", false, "delete(Math.LN10)" ); 48 return ( array );
|
15.8.1.3-1.js | 45 var array = new Array(); 47 array[item++] = new TestCase( SECTION, "Math.LN2=0; Math.LN2", 0.6931471805599453, ("Math.LN2=0; Math.LN2") ); 48 return ( array );
|
15.8.1.3-2.js | 46 var array = new Array(); 51 array[item++] = new TestCase( SECTION, "delete(Math.LN2)", false, "delete(Math.LN2)" ); 52 array[item++] = new TestCase( SECTION, "delete(Math.LN2); Math.LN2", MATH_LN2, "delete(Math.LN2); Math.LN2" ); 54 return ( array );
|
15.8.1.4-1.js | 45 var array = new Array(); 47 array[item++] = new TestCase( SECTION, "Math.L0G2E=0; Math.LOG2E", 1.4426950408889634, ("Math.LOG2E=0; Math.LOG2E") ); 48 return ( array );
|
15.8.1.4-2.js | 45 var array = new Array(); 47 array[item++] = new TestCase( SECTION, "delete(Math.L0G2E);Math.LOG2E", 1.4426950408889634, "delete(Math.LOG2E);Math.LOG2E" ); 48 array[item++] = new TestCase( SECTION, "delete(Math.L0G2E)", false, "delete(Math.LOG2E)" ); 49 return ( array );
|
15.8.1.5-1.js | 48 var array = new Array(); 50 array[item++] = new TestCase( SECTION, "Math.LOG10E=0; Math.LOG10E", 0.4342944819032518, ("Math.LOG10E=0; Math.LOG10E") ); 51 return ( array );
|
15.8.1.5-2.js | 46 var array = new Array(); 48 array[item++] = new TestCase( SECTION, "delete Math.LOG10E; Math.LOG10E", 0.4342944819032518, "delete Math.LOG10E; Math.LOG10E" ); 49 array[item++] = new TestCase( SECTION, "delete Math.LOG10E", false, "delete Math.LOG10E" ); 50 return ( array );
|
15.8.1.6-1.js | 45 var array = new Array(); 47 array[item++] = new TestCase( SECTION, "Math.PI=0; Math.PI", 3.1415926535897923846, "Math.PI=0; Math.PI" ); 48 return ( array );
|
15.8.1.6-2.js | 45 var array = new Array(); 47 array[item++] = new TestCase( SECTION, "delete Math.PI; Math.PI", 3.1415926535897923846, "delete Math.PI; Math.PI" ); 48 array[item++] = new TestCase( SECTION, "delete Math.PI; Math.PI", false, "delete Math.PI" ); 49 return ( array );
|
15.8.1.7-1.js | 45 var array = new Array(); 47 array[item++] = new TestCase( SECTION, "Math.SQRT1_2=0; Math.SQRT1_2", 0.7071067811865476, "Math.SQRT1_2=0; Math.SQRT1_2" ); 48 return ( array );
|
15.8.1.7-2.js | 45 var array = new Array(); 47 array[item++] = new TestCase( SECTION, "delete Math.SQRT1_2; Math.SQRT1_2", 0.7071067811865476, "delete Math.SQRT1_2; Math.SQRT1_2" ); 48 array[item++] = new TestCase( SECTION, "delete Math.SQRT1_2", false, "delete Math.SQRT1_2" ); 49 return ( array );
|
15.8.1.8-1.js | 45 var array = new Array(); 47 array[item++] = new TestCase( SECTION, "Math.SQRT2=0; Math.SQRT2", 1.4142135623730951, ("Math.SQRT2=0; Math.SQRT2") ); 48 return ( array );
|
15.8.1.8-2.js | 44 var array = new Array(); 46 array[item++] = new TestCase( SECTION, "delete Math.SQRT2; Math.SQRT2", 1.4142135623730951, "delete Math.SQRT2; Math.SQRT2" ); 47 array[item++] = new TestCase( SECTION, "delete Math.SQRT2", false, "delete Math.SQRT2" ); 48 return ( array );
|
Completed in 375 milliseconds
<<21222324252627282930>>