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

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