]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/for-in-modify-string-loop-var.js
071a0860f8112eaf64a364563f52cae28c080105
2 // Change string value of the loop variable in the loop.
14 for (var i
= 0; i
< 10000; ++i
) {
16 throw new Error("bad result");