]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/tricky-infinite-loop-that-uses-captured-variables-and-creates-the-activation-outside-the-loop.js
14 var f
= (function() { return x
; });
22 for (var i
= 0; i
< 10000; ++i
) {
28 throw "Error: bad result for i = " + i
+ ": " + result
;