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

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