summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/setgname-reconfigured.js
blob: 69a125b9c6efe3f20bfbf1197d83f6c5c2461f52 (plain)
1
2
3
4
5
6
for (p in this) {
    delete p;
}
for (p in this) {}
evaluate("for(var i=0; i<50; i++) p = 1");
assertEq(p, 1);