comparison: js/src/jit-test/tests/jaeger/bug554675-3.js
js/src/jit-test/tests/jaeger/bug554675-3.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 (function() { |
|
2 try { (function() { |
|
3 for each(let x in [0, /x/, 0, {}]) { |
|
4 if (x < x) {} |
|
5 } |
|
6 })() |
|
7 } catch(e) {} |
|
8 })() |
|
9 |
|
10 /* Don't assert. */ |
|
11 |