Home
last modified time | relevance | path

Searched refs:fns_with_marked_args (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js7131 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) { argument
10243 if (fns_with_marked_args && fns_with_marked_args.indexOf(fn) < 0) return;