@@ -4376,6 +4376,12 @@ merge(Compressor.prototype, {
|
||||
pop();
|
||||
return true;
|
||||
}
|
||||
if (node instanceof AST_LabeledStatement) {
|
||||
push();
|
||||
node.body.walk(tw);
|
||||
pop();
|
||||
return true;
|
||||
}
|
||||
if (node instanceof AST_Scope) {
|
||||
if (node instanceof AST_Lambda) {
|
||||
references[node.variables.get("arguments").id] = false;
|
||||
|
||||
Reference in New Issue
Block a user