comparison: js/src/jit-test/tests/jaeger/bug554580-2.js
js/src/jit-test/tests/jaeger/bug554580-2.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 // |jit-test| error: RangeError |
|
2 (function() { |
|
3 for each(let a in [function() {}, Infinity]) { |
|
4 new Array(a) |
|
5 } |
|
6 })() |
|
7 |
|
8 /* Don't assert/crash. */ |
|
9 |