summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug-1263355-41.js
blob: 6c790541742aa4c075949cff89e65f32c8cc4742 (plain)
1
2
3
4
5
for (var i = 0; i < 200; i++) {
    (function* get(undefined, ...get) {
        g.apply(this, arguments);
    })();
}