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