summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug700300.js
blob: ccee3ecfd211b925220ea12105447790092fb456 (plain)
1
2
3
4
for (let j = 0; j < (20); ++(__lookupSetter__)) {
  function g() { j; }
  j++;
}