summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug794286.js
blob: a3c1a13cdd99cd7a9b8510c226dc560ea0b3f968 (plain)
1
2
3
4
5
6
// |jit-test| error: TypeError
for (var i = 0; i < 1; i++) {
    let y
    if (undefined) continue
    undefined.e
}