summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1226896.js
blob: bf4e6bfda73b38e6379c07fc3514c357db240e48 (plain)
1
2
3
4
5
6
// |jit-test| --ion-pgo=on; skip-if: !('oomTest' in this)

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