js/src/jit-test/tests/basic/bug589318.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:3d0602884da0
1 // Use arguments in an eval.
2 code = " \
3 function f(a) { var x = a; } \
4 for (var i = 0; i < 10; i++) { f(5); } \
5 ";
6
7 eval(code);
8
9
10 // Test it doesn't assert.

mercurial