Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / jaeger / bug555543.js
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