summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/testBug705879.js
blob: 36168564c828144d91eb0edc43e87ea79d3205c5 (plain)
1
2
3
4
5
6
7
8
9
10
f = eval("\
  (function() {\
    with({}) {\
      yield\
    }\
    for(let d in[gc()])\
    for(b in[0,function(){}]);\
  })\
")
for (e in f()) {}