testDeepBail1.js (116B)
1 function testDeepBail1() { 2 var y = [1,2,3]; 3 for (var i = 0; i < 9; i++) 4 "" in y; 5 } 6 testDeepBail1();