js/src/jit-test/tests/ion/setgname-reconfigured.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:df20b2686caf
1 for (p in this) {
2 delete p;
3 }
4 for (p in this) {}
5 evaluate("for(var i=0; i<50; i++) p = 1");
6 assertEq(p, 1);

mercurial