Source code
Revision control
Copy as Markdown
Other Tools
function f() {
try {} catch (x) {
return;
} finally {
null.x;
}
}
try {
f();
} catch (x) {}
function f() {
try {} catch (x) {
return;
} finally {
null.x;
}
}
try {
f();
} catch (x) {}