summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1654186.js
blob: 562938d8f82398c59d3fc8823047d81cbb8b3fda (plain)
1
2
3
4
5
6
7
8
// |jit-test| allow-oom; skip-if: !('oomAfterAllocations' in this)

gczeal(14, 5);
var g = newGlobal();
g.eval("(" + function() {
    oomAfterAllocations(100);
} + ")()");
f.x("");