Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dast.js1002 find_parent: function(type) { method in TreeWalker
Dcompress.js1426 var top = compressor.find_parent(AST_Toplevel);
1611 if (isNaN(result) && c.find_parent(AST_With)) {
2842 && compressor.find_parent(AST_Scope) === def.scope) {
3666 && (!self.scope.uses_with || !compressor.find_parent(AST_With))) {
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js710 var scope = tw.find_parent(AST_BlockScope);
1141 tw.find_parent(AST_Scope).may_call_this();
1469 tw.find_parent(AST_Scope).may_call_this();
2731 return node instanceof AST_Await && !tw.find_parent(AST_Scope);
5361 if (isNaN(result)) return compressor.find_parent(AST_With) ? this : result;
8793 … if (!root_expr(left).is_constant_expression(compressor.find_parent(AST_Scope))) return this;
10205 }) ? to_var(self, compressor.find_parent(AST_Scope)) : self;
10330 if (!parent_scope) parent_scope = compressor.find_parent(AST_Scope);
10930 var scope = compressor.find_parent(AST_Scope);
12330 && !(self.scope.resolve().uses_with && compressor.find_parent(AST_With))) {