Searched refs:push_uniq (Results 1 – 10 of 10) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | propmangle.js | 66 push_uniq(a, name); 184 push_uniq(names_to_mangle, name); 187 push_uniq(unmangleable, name);
|
| D | scope.js | 282 push_uniq(s.enclosed, def); 285 push_uniq(def.scope.enclosed, d);
|
| D | utils.js | 183 function push_uniq(array, el) { function
|
| /plugin/asciidocjs/node_modules/uglify-js/tools/ |
| D | exports.js | 6 exports["push_uniq"] = push_uniq;
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/ |
| D | exports.js | 15 exports["push_uniq"] = push_uniq;
|
| D | node.js | 239 UglifyJS.push_uniq(reserved.vars, name); 244 UglifyJS.push_uniq(reserved.props, name);
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | scope.js | 289 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");
|
| D | utils.js | 124 function push_uniq(array, el) { function
|
| D | propmangle.js | 143 push_uniq(reserved, name);
|
| D | compress.js | 1319 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;
|