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