bug844459.js (101B)
1 function testEvalThrow(x, y) { 2 eval(""); 3 } 4 for (var i = 0; i < 5; i++) 5 testEvalThrow.call("");