comparison: js/src/jit-test/tests/ion/try-catch-5.js
js/src/jit-test/tests/ion/try-catch-5.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 function x() { |
|
2 try { |
|
3 do { |
|
4 var { q , gen } = t; |
|
5 } while(false); |
|
6 } catch (e) {} |
|
7 } |
|
8 x(); |