summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug844459.js
blob: b1901d77478b9f3c7f0e3f5c784e3249346816ba (plain)
1
2
3
4
5
6
7
function testEvalThrow(x, y) {
  eval("");
}
for (var i = 0; i < 5; i++)
  testEvalThrow.call("");