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

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:938b3ebe54b1
1
2 (function (y) {
3 arguments.y = 2;
4 with (0) var arguments=5;
5 })(1);

mercurial