bug-1198090.js (282B)
1 // |jit-test| allow-oom 2 3 for (let a of [ 4 null, function() {}, function() {}, null, function() {}, function() {}, 5 function() {}, null, null, null, null, null, null, null, null, 6 function() {}, null, null, null, function() {} 7 ]) { 8 oomAtAllocation(5); 9 }