]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/mozilla/ecma_2/Exceptions/exception-009.js
2 * File Name: exception-009
4 * Description: Tests for JavaScript Standard Exceptions
6 * Regression test for nested try blocks.
8 * http://scopus.mcom.com/bugsplat/show_bug.cgi?id=312964
10 * Author: christine@netscape.com
11 * Date: 31 August 1998
13 var SECTION
= "exception-009";
14 var VERSION
= "JS1_4";
15 var TITLE
= "Tests for JavaScript Standard Exceptions: SyntaxError";
16 var BUGNUMBER
= "312964";
19 writeHeaderToLog( SECTION
+ " "+ TITLE
);
22 var testcases
= new Array();
25 expect
= "passed: no exception thrown";
29 result
= "failed: threw " + e
;
31 testcases
[tc
++] = new TestCase(