swc/ecmascript/codegen/tests/references/a5b30a03e9c774af.js

14 lines
162 B
JavaScript
Raw Normal View History

try{
(function() {
a('b');
}());
}catch (c) {
(function() {
a('b');
}());
}finally{
(function() {
a('b');
}());
}