summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug727921.js
blob: 14a4b689f90bb429272481a1b53897c2f42f0bbc (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})\
    })\
")()