8 lines
74 B
JavaScript
8 lines
74 B
JavaScript
try {
|
|
foo();
|
|
} catch (x) {
|
|
function harmless(x) {
|
|
return x;
|
|
}
|
|
}
|