comparison: js/src/jit-test/tests/jaeger/bug549521.js
js/src/jit-test/tests/jaeger/bug549521.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 function f(y) { |
|
2 if (y) |
|
3 return; |
|
4 let(x) { |
|
5 for (;;) {} |
|
6 } |
|
7 } |
|
8 |
|
9 |
|
10 /* Don't assert. */ |
|
11 f(1); |
|
12 |