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

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

var g = newGlobal();
x = Debugger(g);
selectforgc(g);
oomAfterAllocations(1);