]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/class-syntax-tdz-in-eval.js
15 for (var i
= 0; i
< 1e4
; ++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
;