Source code
Revision control
Copy as Markdown
Other Tools
gczeal(10);
x = 1;
newGlobal();
oomAtAllocation(8);
try {
newGlobal();
} catch (e) {}
oomAtAllocation(8);
try {
newGlobal();
} catch (e) {}
oomAtAllocation(8);
try {
newGlobal();
} catch (e) {}
newGlobal();