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

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
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