summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug727921.js
blob: 7c7e6418f4562d02297dfee845f139339f523a34 (plain)
1
2
3
4
5
6
7
8
9
10
11
(function*() {
    {
        let d;
        yield
    }
})()
eval("\
    (function(){\
        schedulegc(5), 'a'.replace(/a/,function*(){yield})\
    })\
")()