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

8 lines
87 B
JavaScript

var x = function () {
try {
return a();
} catch (e) {
return b();
}
}();