Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| allow-oom
var g = newGlobal({newCompartment: true});
x = Debugger(g);
selectforgc(g);
oomAfterAllocations(1);
// |jit-test| allow-oom
var g = newGlobal({newCompartment: true});
x = Debugger(g);
selectforgc(g);
oomAfterAllocations(1);