summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/bug825379.js
blob: 556b45afabd2827b6ee2a34959bd750911b355cf (plain)
1
2
3
4
5
6
7
8
x = this
y = {}
y.v = "";
[0, 0].forEach(function() {
    for (p in y) {
        x.eval("function* f(){yield e}")
    }
});