summaryrefslogtreecommitdiffstats
path: root/js/src/tests/js1_7/extensions/regress-589112.js
blob: db6d1c7c05a661f21da91fcc9c5de82aded3c13b (plain)
1
2
3
4
5
6

f = eval("(function(){return x=Iterator(/x/)})")
for (a in f()) {}
for (d in x) {}

reportCompare(0, 0, "");