bug1548611.js (106B)
1 const otherGlobal = newGlobal(); 2 for (var i=0; i<60; i++) { 3 new otherGlobal.Array(); 4 bailout(); 5 }