summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug589108.js
blob: e1835ea2096c1bd20575b2941f4b58b9bed75725 (plain)
1
2
3
4
5
6
7
8
9
10
try {
    var x
    for (x in [x])
    gczeal(2)
    new NaN
} catch(e) {}
(function() {
    for (a in [Boolean(), x.t]) {}
} (function() {}))