comparison: js/src/jit-test/tests/jaeger/bug553781.js
js/src/jit-test/tests/jaeger/bug553781.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 (function () { |
|
2 try { |
|
3 return |
|
4 } catch (x if i) { |
|
5 return |
|
6 } |
|
7 for (z in []); |
|
8 })() |
|
9 |
|
10 /* Don't assert */ |
|
11 |