comparison: js/src/jit-test/tests/jaeger/bug549521.js
js/src/jit-test/tests/jaeger/bug549521.js
- changeset 0
- 6474c204b198
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 |