Lines Matching refs:uses_arguments
474 return def.name == "arguments" && def.scope.uses_arguments;
569 if (scope.uses_arguments) scope.each_argname(function(node) {
692 … if (is_funarg(def) && def.scope.uses_arguments && !tw.has_directive("use strict")) return false;
730 && !(is_funarg(def) && def.scope.uses_arguments);
929 var safe = !fn.uses_arguments || tw.has_directive("use strict");
2708 || fn.uses_arguments
3136 if (scope.uses_arguments && is_funarg(def)) return lhs;
3159 if (scope.uses_arguments && is_funarg(def)) return;
3283 … var find_arguments = scope.uses_arguments && !compressor.has_directive("use strict");
4607 })) return def.scope.uses_arguments > 2;
6253 if (fn.uses_arguments) return;
6311 if (fn.uses_arguments) break;
6488 … var marker = node.uses_arguments && !tw.has_directive("use strict") ? function(node) {
6950 … if (node instanceof AST_Lambda && node.uses_arguments && !tw.has_directive("use strict")) {
7295 }), trim_decl, !node.uses_arguments, rest);
7314 var trim_value = args && !node.uses_arguments && parent !== compressor.parent();
7363 … if (before && !after && node.uses_arguments && !tt.has_directive("use strict")) {
8417 if (exp.uses_arguments || exp.pinned()) return;
10241 if (fn.uses_arguments) return;
10702 && !fn.uses_arguments