summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug652314.js
blob: 80b4a320841191bb5e1b24ccb2303092c540bcf4 (plain)
1
2
3
4
5
6
7
(function() {
    for (a in [0]) {
        try {
            return
        } catch(e) {}
    }
})()