Source code
Revision control
Copy as Markdown
Other Tools
enableTrackAllocations();
for (a of "x") {
gczeal(2, 1);
}
oomAfterAllocations(1);
try {
newString();
} catch (x) {}
enableTrackAllocations();
for (a of "x") {
gczeal(2, 1);
}
oomAfterAllocations(1);
try {
newString();
} catch (x) {}