summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug589115.js
blob: 32a6bebbc0bb98aec7b0a37ffff64a32e9e959fa (plain)
1
2
3
4
5
6
for each(y in ['', 0, '']) {
  y.lastIndexOf--
}

/* Don't assert/crash. */