summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug555543.js
blob: b641c1b5832f8c350775cf0bb0c05e95eabb5ac5 (plain)
1
2
3
4
5
6
7
8
(function() {
  for each(let z in [new String(''), new String('q'), new String('')]) {
    if (uneval() < z) (function(){})
  }
})()

/* Don't assert/crash. */