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

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:6cb2f004dec5
1
2 function test1() {
3 eval("with (arguments) var arguments = 0;");
4 }
5 test1();
6
7 function test2() {
8 eval("eval('with (arguments) var arguments = 0;')");
9 }
10 test2();

mercurial