]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/capture-escape-and-throw.js
5 f = function() { return x
; };
13 for (var i
= 0; i
< 10000; ++i
)
23 if (("" + didThrow
).indexOf("RangeError") != 0)
24 throw "Error: did not throw right exception: " + didThrow
;
28 throw "Error: bad result from f(): " + result
;