HomeSort by relevance Sort by last modified time
    Searched defs:SECTION (Results 1 - 25 of 886) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.2.1-2.js 24 ECMA Section: 15.4.2.1 new Array( item0, item1, ... )
49 var SECTION = "15.4.2.1-2";
54 writeHeaderToLog( SECTION + " "+ TITLE);
77 array[item] = new TestCase( SECTION, "["+item+"]", item, TEST_ARRAY[item] );
80 array[item++ ] = new TestCase( SECTION, "new Array( ["+TEST_LENGTH+" arguments] ) +''", ARGUMENTS, TEST_ARRAY +"" );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.4-1.js 24 ECMA Section: 15.6.4 Properties of the Boolean Prototype Object
41 var SECTION = "15.6.4-1";
43 writeHeaderToLog( SECTION + " Properties of the Boolean Prototype Object");
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() );
15.6.4-2.js 24 ECMA Section: 15.6.4 Properties of the Boolean Prototype Object
41 var SECTION = "15.6.4-2";
43 writeHeaderToLog( SECTION + " Properties of the Boolean Prototype Object");
51 array[item++] = new TestCase( SECTION, "Boolean.prototype.__proto__", Object.prototype, Boolean.prototype.__proto__ );
15.6.4.js 24 ECMA Section: Properties of the Boolean Prototype Object
44 var SECTION = "15.6.4";
49 writeHeaderToLog( SECTION + " "+ TITLE);
53 testcases[tc++] = new TestCase( SECTION,
58 testcases[tc++] = new TestCase( SECTION,
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.1.1-1.js 24 ECMA Section: 15.9.1.1 Time Range
54 testcases[tc] = new TestCase( SECTION, "new Date("+M_SECS+")", CURRENT_YEAR, (new Date( M_SECS)).getUTCFullYear() );
83 var SECTION = "15.9.1.1-1";
15.9.1.1-2.js 24 ECMA Section: 15.9.1.1 Time Range
48 testcases[tc] = new TestCase( SECTION, "new Date("+M_SECS+")", CURRENT_YEAR, (new Date( M_SECS )).getUTCFullYear() );
77 var SECTION = "15.9.1.1-2";
15.9.4.2-1.js 38 var SECTION = "15.9.4.2-1"; // provide a document reference (ie, ECMA section)
40 var TITLE = "Regression Test for Date.parse"; // Provide ECMA section title or a description
15.9.5.1.js 24 ECMA Section: 15.9.5.1 Date.prototype.constructor
33 var SECTION = "15.9.5.1";
38 writeHeaderToLog( SECTION + " "+ TITLE);
42 testcases[tc++] = new TestCase( SECTION,
15.9.5.2-1.js 24 ECMA Section: 15.9.5.2 Date.prototype.toString
38 var SECTION = "15.9.5.2";
43 writeHeaderToLog( SECTION + " "+ TITLE);
47 testcases[tc++] = new TestCase( SECTION,
57 testcases[tc++] = new TestCase( SECTION,
62 testcases[tc++] = new TestCase( SECTION,
70 testcases[tc++] = new TestCase( SECTION,
75 testcases[tc++] = new TestCase( SECTION,
81 testcases[tc++] = new TestCase( SECTION,
86 testcases[tc++] = new TestCase( SECTION,
    [all...]
15.9.5.2.js 24 ECMA Section: 15.9.5.2 Date.prototype.toString
38 var SECTION = "15.9.5.2";
43 writeHeaderToLog( SECTION + " "+ TITLE);
47 testcases[tc++] = new TestCase( SECTION,
57 testcases[tc++] = new TestCase( SECTION,
62 testcases[tc++] = new TestCase( SECTION,
70 testcases[tc++] = new TestCase( SECTION,
75 testcases[tc++] = new TestCase( SECTION,
81 testcases[tc++] = new TestCase( SECTION,
86 testcases[tc++] = new TestCase( SECTION,
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.4-6.js 24 ECMA Section: 10.1.4 Scope Chain and Identifier Resolution
56 var SECTION = "10.1.4-1";
60 writeHeaderToLog( SECTION + " Scope Chain and Identifier Resolution");
66 testcases[0] = new TestCase( "SECTION",
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.12-2-n.js 24 ECMA Section: 11.12
39 var SECTION = "11.12-2-n";
42 writeHeaderToLog( SECTION + " Conditional operator ( ? : )");
48 testcases[tc] = new TestCase( SECTION,
11.12-3.js 24 ECMA Section: 11.12
39 var SECTION = "11.12-3";
42 writeHeaderToLog( SECTION + " Conditional operator ( ? : )");
48 testcases[tc] = new TestCase( SECTION,
11.12-4.js 24 ECMA Section: 11.12
39 var SECTION = "11.12-4";
42 writeHeaderToLog( SECTION + " Conditional operator ( ? : )");
48 testcases[tc] = new TestCase( SECTION,
11.2.3-2-n.js 24 ECMA Section: 11.2.3. Function Calls
32 (section 0).
57 var SECTION = "11.2.3-2-n.js";
62 writeHeaderToLog( SECTION + " "+ TITLE);
66 testcases[tc++] = new TestCase( SECTION,
71 testcases[tc++] = new TestCase( SECTION,
11.2.3-3-n.js 24 ECMA Section: 11.2.3. Function Calls
32 (section 0).
57 var SECTION = "11.2.3-3-n.js";
62 writeHeaderToLog( SECTION + " "+ TITLE);
66 testcases[tc++] = new TestCase( SECTION, "(void 0).valueOf()", "error", (void 0).valueOf() );
11.2.3-4-n.js 24 ECMA Section: 11.2.3. Function Calls
32 (section 0).
57 var SECTION = "11.2.3-4-n.js";
62 writeHeaderToLog( SECTION + " "+ TITLE);
66 testcases[tc++] = new TestCase( SECTION, "null.valueOf()", "error", null.valueOf() );
11.2.3-5.js 24 ECMA Section: 11.2.3. Function Calls
32 (section 0).
57 var SECTION = "11.2.3-5";
62 writeHeaderToLog( SECTION + " "+ TITLE);
66 testcases[tc++] = new TestCase( SECTION, "true.valueOf()", true, true.valueOf() );
11.3.1.js 24 ECMA Section: 11.3.1 Postfix increment operator
33 operator (section 0).
40 var SECTION = "11.3.1";
44 writeHeaderToLog( SECTION + " Postfix increment operator");
67 array[item++] = new TestCase( SECTION, "var MYVAR; MYVAR++", NaN, eval("var MYVAR; MYVAR++") );
68 array[item++] = new TestCase( SECTION, "var MYVAR= void 0; MYVAR++", NaN, eval("var MYVAR=void 0; MYVAR++") );
69 array[item++] = new TestCase( SECTION, "var MYVAR=null; MYVAR++", 0, eval("var MYVAR=null; MYVAR++") );
70 array[item++] = new TestCase( SECTION, "var MYVAR=true; MYVAR++", 1, eval("var MYVAR=true; MYVAR++") );
71 array[item++] = new TestCase( SECTION, "var MYVAR=false; MYVAR++", 0, eval("var MYVAR=false; MYVAR++") );
75 array[item++] = new TestCase( SECTION, "var MYVAR=Number.POSITIVE_INFINITY;MYVAR++", Number.POSITIVE_INFINITY, eval("var MYVAR=Numb (…)
    [all...]
11.4.3.js 24 ECMA Section: 11.4.3 typeof operator
40 var SECTION = "11.4.3";
49 testcases[testcases.length] = new TestCase( SECTION, "typeof(void(0))", "undefined", typeof(void(0)) );
50 testcases[testcases.length] = new TestCase( SECTION, "typeof(null)", "object", typeof(null) );
51 testcases[testcases.length] = new TestCase( SECTION, "typeof(true)", "boolean", typeof(true) );
52 testcases[testcases.length] = new TestCase( SECTION, "typeof(false)", "boolean", typeof(false) );
53 testcases[testcases.length] = new TestCase( SECTION, "typeof(new Boolean())", "object", typeof(new Boolean()) );
54 testcases[testcases.length] = new TestCase( SECTION, "typeof(new Boolean(true))", "object", typeof(new Boolean(true)) );
55 testcases[testcases.length] = new TestCase( SECTION, "typeof(Boolean())", "boolean", typeof(Boolean()) );
56 testcases[testcases.length] = new TestCase( SECTION, "typeof(Boolean(false))", "boolean", typeof(Boolean(false)) )
    [all...]
11.4.9.js 24 ECMA Section: 11.4.9 Logical NOT Operator (!)
33 var SECTION = "11.4.9";
38 writeHeaderToLog( SECTION + " "+ TITLE);
44 testcases[tc++] = new TestCase( SECTION, "!(null)", true, !(null) );
45 testcases[tc++] = new TestCase( SECTION, "!(var x)", true, !(eval("var x")) );
46 testcases[tc++] = new TestCase( SECTION, "!(void 0)", true, !(void 0) );
48 testcases[tc++] = new TestCase( SECTION, "!(false)", true, !(false) );
49 testcases[tc++] = new TestCase( SECTION, "!(true)", false, !(true) );
50 testcases[tc++] = new TestCase( SECTION, "!()", true, !(eval()) );
51 testcases[tc++] = new TestCase( SECTION, "!(0)", true, !(0) )
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/
15.3.3.1-1.js 24 ECMA Section: 15.3.3.1 Properties of the Function Constructor
39 var SECTION = "15.3.3.1-1";
44 writeHeaderToLog( SECTION + " "+ TITLE);
47 testcases[tc++] = new TestCase( SECTION, "Function.prototype == Function.proto", true, Function.__proto__ == Function.prototype );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1-1-n.js 24 ECMA Section: The global object
35 var SECTION = "15.1-1-n";
40 writeHeaderToLog( SECTION + " "+ TITLE);
44 testcases[tc] = new TestCase( SECTION,
15.1-2-n.js 24 ECMA Section: The global object
34 var SECTION = "15.1-2-n";
39 writeHeaderToLog( SECTION + " "+ TITLE);
43 testcases[tc] = new TestCase( SECTION,
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.6.js 24 ECMA Section: Punctuators
35 var SECTION = "7.6";
40 writeHeaderToLog( SECTION + " "+ TITLE);
45 testcases[tc++] = new TestCase( SECTION,
52 testcases[tc++] = new TestCase( SECTION,
58 testcases[tc++] = new TestCase( SECTION,
64 testcases[tc++] = new TestCase( SECTION,
70 testcases[tc++] = new TestCase( SECTION,
76 testcases[tc++] = new TestCase( SECTION,
82 testcases[tc++] = new TestCase( SECTION,
    [all...]

Completed in 128 milliseconds

1 2 3 4 5 6 7 8 91011>>