]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/mozilla/ecma_2/Exceptions/statement-001.js
2 File Name: statement-001.js
3 Corresponds To: 12.6.2-9-n.js
4 ECMA Section: 12.6.2 The for Statement
6 1. first expression is not present.
7 2. second expression is not present
8 3. third expression is not present
11 Author: christine@netscape.com
12 Date: 15 september 1997
15 var SECTION
= "statement-001.js";
16 // var SECTION = "12.6.2-9-n";
17 var VERSION
= "ECMA_1";
18 var TITLE
= "The for statment";
21 writeHeaderToLog( SECTION
+ " "+ TITLE
);
23 var testcases
= new Array();
26 var result
= "Failed";
27 var exception
= "No exception thrown";
28 var expect
= "Passed";
34 exception
= e
.toString();
37 testcases
[tc
++] = new TestCase(
40 " (threw " + exception
+")",