swc/ecmascript/codegen/tests/references/756e3fe0ef87b136.js

11 lines
105 B
JavaScript
Raw Normal View History

function a() {
b();
c();
return d();
}
function e() {
b();
c();
throw new f();
}