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