@@ -14076,6 +14076,7 @@ Compressor.prototype.compress = function(node) {
|
||||
var sym = def.orig[0];
|
||||
if (sym instanceof AST_SymbolCatch) return;
|
||||
body.push(make_node(AST_SimpleStatement, sym, { body: init_ref(compressor, flatten_var(sym)) }));
|
||||
def.first_decl = null;
|
||||
});
|
||||
var defs = Object.create(null), syms = new Dictionary();
|
||||
if (simple_argnames && all(call.args, function(arg) {
|
||||
|
||||
Reference in New Issue
Block a user