comparison: js/src/jit-test/tests/jaeger/bug555543.js
js/src/jit-test/tests/jaeger/bug555543.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 (function() { |
|
2 for each(let z in [new String(''), new String('q'), new String('')]) { |
|
3 if (uneval() < z) (function(){}) |
|
4 } |
|
5 })() |
|
6 |
|
7 /* Don't assert/crash. */ |
|
8 |