]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/for-in-capture-string-loop-var.js
2 // Capture the loop variable and modify it inside the loop.
9 var o
= {"foo": 1, "bar": 2};
17 for (var i
= 0; i
< 10000; ++i
) {
19 throw new Error("bad result");