summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1238575.js
blob: 2485093640b4a2d2049a2c8b08c01178e0aae952 (plain)
1
2
3
4
5
6
7
8
// |jit-test| allow-oom; allow-unhandlable-oom

if (!('oomAfterAllocations' in this))
    quit();

oomAfterAllocations(5)
gcslice(11);
evalInWorker("1");