]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/infinite-loop-that-uses-captured-variables-but-they-do-not-escape.js
7 throw "Error: bad result insie closure for i = " + i
+ ": " + result
;
19 bar(function() { return x
; });
25 for (var i
= 0; i
< 10000; ++i
) {
30 throw "Error: bad exception: " + done
;