summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/testBug667915.js
blob: 76d565b69bed3e0df027e17e7f6cc78fed4628b1 (plain)
1
2
3
4
5
6
7
8
for each(let y in [0, 0]) {
    eval("\
        for each(e in[0,0,0,0,0,0,0,0]) {\
            x = undefined\
        }\
    ")
}