summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug-1263355-47.js
blob: da6575e3f4353c44d1ce8de7e9eb20fdeb02b26f (plain)
1
2
3
4
5
6
for (let x = 0; x < 4; ++x) {
    (function() {
        for (var set = 0, get, get; eval("\tvar\tx\t=\t1\t");) {}
    })()
};