summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug597871.js
blob: a0bb26169431984d9e6f707a0d79842427f58ecf (plain)
1
2
3
4
5
6
7
8
for (a in [0, 0, 0, 0, 0, 0, 0, 0, 0]) {
    try { (function() {
            for each(l in [false, 0, 0, 0]) {}
            h
        })()
    } catch(e) {}
}