js/src/jit-test/tests/ion/bug844459.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:10f06616a759
1
2
3 function testEvalThrow(x, y) {
4 eval("");
5 }
6 for (var i = 0; i < 5; i++)
7 testEvalThrow.call("");

mercurial