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

changeset 0
6474c204b198
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