@@ -1501,9 +1501,9 @@ merge(Compressor.prototype, {
|
||||
// Skip (non-executed) functions
|
||||
if (node instanceof AST_Scope) return node;
|
||||
// Stop upon collision with block-scoped variables
|
||||
if (node.variables && !node.variables.all(function(def) {
|
||||
if (!(node.variables && node.variables.all(function(def) {
|
||||
return !lvalues.has(def.name);
|
||||
})) {
|
||||
}))) {
|
||||
abort = true;
|
||||
return node;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user