| File Name: lexical-008.js |
| Corresponds To: 7.4.3-1-n.js |
| The following words are used as keywords in proposed extensions and are |
| therefore reserved to allow for the possibility of future adoption of |
| FutureReservedWord :: one of |
| case debugger export super |
| catch default extends switch |
| Author: christine@netscape.com |
| var SECTION = "lexical-008.js"; |
| var TITLE = "Future Reserved Words"; |
| writeHeaderToLog( SECTION + " "+ TITLE); |
| var testcases = new Array(); |
| var exception = "No exception thrown"; |
| exception = e.toString(); |
| testcases[tc++] = new TestCase( |
| " (threw " + exception +")", |