Searched refs:is_funarg (Results 1 – 2 of 2) sorted by relevance
99 if (options.keep_fargs && is_funarg(this)) return true;121 function is_funarg(def) { function
486 if (ref.in_arg && is_funarg(def)) return false;692 … if (is_funarg(def) && def.scope.uses_arguments && !tw.has_directive("use strict")) return false;730 && !(is_funarg(def) && def.scope.uses_arguments);3136 if (scope.uses_arguments && is_funarg(def)) return lhs;3159 if (scope.uses_arguments && is_funarg(def)) return;6677 || compressor.option("webkit") && is_funarg(def) !== is_funarg(prev_def)6749 if (!is_funarg(ldef)) return true;12356 } else if (fixed.parent_scope !== self.scope || is_funarg(def)) {12475 if (!is_funarg(def) && same_scope(def) && !cross_class(def)) init = fixed;