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

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