Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / tests / js1_7 / extensions / regress-589112.js
1
2 f = eval("(function(){return x=Iterator(/x/)})")
3 for (a in f()) {}
4 for (d in x) {}
5
6 reportCompare(0, 0, "");