summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1001090-5.js
blob: 4636ca053f9fef9956759349285694a7aa14eaf0 (plain)
1
2
3
4
5
6
// |jit-test| error: ReferenceError
evalcx("\
    for(x = 0; x < 9; x++) {\
        let y = y.s()\
    }\
", newGlobal())