bug779125.js (121B)
1 function test() { 2 for (var i = 0; i < 60; i++) { 3 x = ''.charAt(-1); 4 assertEq(x, ""); 5 } 6 } 7 test();