2018-01-09 15:36:42 +01:00

8 lines
82 B
JavaScript

try {
foo();
} catch (x) {
var harmless = function (x) {
return x;
};
}