]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/class-syntax-tdz.js
144491020de2eb465e7ba97154ff1bb53a3623cf
15 for (var i
= 0; i
< 10000; ++i
) {
21 if (!(e
instanceof ReferenceError
))
22 throw "Exception thrown in iteration " + i
+ " was not a reference error";
25 throw "Exception not thrown for an unitialized this at iteration " + i
;