minor clean-ups (#2686)
This commit is contained in:
@@ -3998,7 +3998,7 @@ merge(Compressor.prototype, {
|
||||
}
|
||||
if (defs) defs.push(arg.definition());
|
||||
}
|
||||
return !defs || defs.length == 0 || !is_reachable(fn.body[0], defs);
|
||||
return !defs || defs.length == 0 || !is_reachable(stat, defs);
|
||||
}
|
||||
|
||||
function flatten_args(fn) {
|
||||
|
||||
Reference in New Issue
Block a user