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