blob: b1901d77478b9f3c7f0e3f5c784e3249346816ba [file] [log] [blame]
function testEvalThrow(x, y) {
eval("");
}
for (var i = 0; i < 5; i++)
testEvalThrow.call("");