Searched refs:fns_with_marked_args (Results 1 – 1 of 1) sorted by relevance
7131 var fns_with_marked_args = [];7366 fns_with_marked_args.push(node);7713 drop_unused_call_args(call, compressor, fns_with_marked_args);10237 function drop_unused_call_args(call, compressor, fns_with_marked_args) { argument10243 if (fns_with_marked_args && fns_with_marked_args.indexOf(fn) < 0) return;