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

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

setGCCallback({
    action: "majorGC",
});
oomAfterAllocations(50);