js/src/jit-test/tests/arguments/bug554670-2.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:ea091f555748
1 var c;
2 (function() {
3 for each(e in [0, 0]) {
4 (arguments)[1] *= c
5 }
6 })()
7
8 // don't assert

mercurial