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