@@ -3982,7 +3982,7 @@ merge(Compressor.prototype, {
|
||||
do {
|
||||
scope = compressor.parent(++level);
|
||||
if (scope instanceof AST_SymbolRef) {
|
||||
scope = scope.fixed_value();
|
||||
if (scope.fixed_value() instanceof AST_Scope) return false;
|
||||
} else if (scope instanceof AST_Catch) {
|
||||
catches[scope.argname.name] = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user