summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/bug825379.js
blob: a56866de65a693b48bd8c3d9eed0938dbdcf7567 (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}")
    }
});