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

var g = newGlobal({newCompartment: true});
x = Debugger(g);
selectforgc(g);
oomAfterAllocations(1);