Source code
Revision control
Copy as Markdown
Other Tools
const otherGlobal = newGlobal();
for (var i=0; i<60; i++) {
new otherGlobal.Array();
bailout();
}
const otherGlobal = newGlobal();
for (var i=0; i<60; i++) {
new otherGlobal.Array();
bailout();
}