comparison: js/src/jit-test/tests/arguments/bug554670-2.js
js/src/jit-test/tests/arguments/bug554670-2.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 var c; |
|
2 (function() { |
|
3 for each(e in [0, 0]) { |
|
4 (arguments)[1] *= c |
|
5 } |
|
6 })() |
|
7 |
|
8 // don't assert |