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

8 lines
59 B
JavaScript
Raw Normal View History

try{
a();
}catch (b) {
c(b);
}finally{
d(e);
}