summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug557075.js
blob: 264924a1574e208614a1c018e599b1aa6f174d71 (plain)
1
2
3
4
5
6
7
8
// |jit-test| error: TypeError

for (l in [Math.h.h.h.h.h.I.h.h.h.h.h.h.h.I.h.I]) {
  t.x
}

/* Don't crash or assert. */