js/src/jit-test/tests/jaeger/bug588362-2.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:f3492a6f15f0
1 for (a = 0; a < 13; a++) {
2 (function n() {
3 with({}) {
4 yield
5 }
6 } ())
7 }
8
9 /* Don't assert. */
10

mercurial