comparison: js/src/jit-test/tests/basic/bug937089.js
js/src/jit-test/tests/basic/bug937089.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
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(); |