comparison: js/src/jit-test/tests/arguments/bug554670-1.js
js/src/jit-test/tests/arguments/bug554670-1.js
- branch
- TOR_BUG_9701
- changeset 10
- ac0c01689b40
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 |