Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js484 function can_drop_symbol(ref, compressor, keep_lambda) { function
1573 || !(can_drop_symbol(name) || is_safe_lexical(d))) {
2545 if (can_drop_symbol(node)) {
2648 return (in_try || def.scope.resolve() !== scope) && !can_drop_symbol(node);
5912 return !this.is_declared(compressor) || !can_drop_symbol(this, compressor);
6052 return !this.is_declared(compressor) || !can_drop_symbol(this, compressor);
6884 if (!can_drop_symbol(sym, compressor, nested)) return;
7390 if (is_var && !can_drop_symbol(node)) return node;
7405 var drop_sym = is_var ? can_drop_symbol(def.name) : is_safe_lexical(sym);
8608 && can_drop_symbol(sym, compressor)
[all …]