Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dpropmangle.js66 push_uniq(a, name);
184 push_uniq(names_to_mangle, name);
187 push_uniq(unmangleable, name);
Dscope.js282 push_uniq(s.enclosed, def);
285 push_uniq(def.scope.enclosed, d);
Dutils.js183 function push_uniq(array, el) { function
/plugin/asciidocjs/node_modules/uglify-js/tools/
Dexports.js6 exports["push_uniq"] = push_uniq;
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/
Dexports.js15 exports["push_uniq"] = push_uniq;
Dnode.js239 UglifyJS.push_uniq(reserved.vars, name);
244 UglifyJS.push_uniq(reserved.props, name);
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dscope.js289 if (!push_uniq(s.enclosed, redef)) break;
484 if (!push_uniq(s.enclosed, def)) break;
489 push_uniq(def.scope.enclosed, arg.definition());
492 push_uniq(def.scope.enclosed, d);
605 push_uniq(options.reserved, "arguments");
Dutils.js124 function push_uniq(array, el) { function
Dpropmangle.js143 push_uniq(reserved, name);
Dcompress.js1319 if (!push_uniq(tw.fn_visited, fn)) return true;
1334 if (!push_uniq(tw.fn_visited, fn)) return true;
6799 push_uniq(refs.scopes, sym.scope);
6801 if (scope !== sym.scope) push_uniq(refs.scopes, scope);
7110 push_uniq(in_use, assign);
7751 if (node.fixed.assigns) push_uniq(assign_in_use[def.id], node.fixed.assigns);
8478 if (!push_uniq(scopes, s)) return;
9426 } else if (push_uniq(scanned, fn)) {
12400 if (!push_uniq(scope.enclosed, def)) return;