summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/realms/bug1548611.js
blob: 70603e25e3731a9114be11027484c38d06ea1da0 (plain)
1
2
3
4
5
const otherGlobal = newGlobal();
for (var i=0; i<60; i++) {
    new otherGlobal.Array();
    bailout();
}