js/src/jit-test/tests/jaeger/bug557075.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:5b918e91e057
1 // |jit-test| error: TypeError
2
3 for (l in [Math.h.h.h.h.h.I.h.h.h.h.h.h.h.I.h.I]) {
4 t.x
5 }
6
7 /* Don't crash or assert. */
8

mercurial