]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/mozilla/ecma_2/LexicalConventions/keywords-001.js
7 * Author: christine@netscape.com
11 var VERSION
= "ECMA_2";
12 var TITLE
= "Keywords";
16 var result
= "failed";
22 if (x
instanceof SyntaxError
)
27 "using the expression \"super\" shouldn't cause js to crash",