blob: 3b290e135b47edf9edfb87714a0d88cbca537f3a [file] [log] [blame]
if (typeof dis === "function") {
(function() {
function foo() {}
dis(function bar(e) {
try {
(function() { e; });
} catch (e) {
foo();
}
});
}());
}