summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1226896.js
blob: 8ecf66fd59d0e02c7a0e148b51cb36d259079dfd (plain)
1
2
3
4
5
6
// |jit-test| --ion-pruning=on

oomTest(() => {
    var g = newGlobal({sameZoneAs: this});
    g.eval("(function() {})()");
});