Searched refs:bfinally (Results 1 – 12 of 12) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | transform.js | 149 if (self.bfinally) self.bfinally = self.bfinally.transform(tw);
|
| D | ast.js | 527 bfinally: "[AST_Finally?] the finally block, or null if not present" property 533 if (this.bfinally) this.bfinally._walk(visitor);
|
| D | parse.js | 1150 var body = block_(), bcatch = null, bfinally = null; 1167 bfinally = new AST_Finally({ 1173 if (!bcatch && !bfinally) 1178 bfinally : bfinally property
|
| D | mozilla-ast.js | 109 bfinally : M.finalizer ? new AST_Finally(from_moz(M.finalizer)) : null property 307 finalizer: to_moz(M.bfinally)
|
| D | compress.js | 414 if (node.bfinally) node.bfinally.walk(tw); 632 … [stat, stat.body, stat.alternative, stat.bcatch, stat.bfinally].forEach(function(node) { 1784 || this.bfinally && this.bfinally.has_side_effects(compressor); 2786 if (self.bcatch && self.bfinally && all(self.bfinally.body, is_empty)) self.bfinally = null; 2790 if (self.bfinally) body = body.concat(self.bfinally.body);
|
| D | output.js | 999 if (self.bfinally) { 1001 self.bfinally.print(output);
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | transform.js | 116 if (self.bfinally) self.bfinally = self.bfinally.transform(tw);
|
| D | parse.js | 1691 var body = block_(), bcatch = null, bfinally = null; 1711 bfinally = new AST_Finally({ 1717 if (!bcatch && !bfinally) 1722 bfinally : bfinally property
|
| D | compress.js | 331 if (node.bfinally) return node; 1495 if (node.bfinally) node.bfinally.walk(tw); 1746 if (parent.bfinally && parent.bfinally !== node) return true; 2093 if (compressor.parent(level).bfinally) { 2095 in_try.bfinally = true; 2108 if (node.bfinally) in_try.bfinally = true; 2620 if (in_try.bfinally) return true; 3544 var drop_return_void = !(in_try && in_try.bfinally && in_async_generator(scope)); 3896 if (!stat.bfinally || !jump.value || jump.value.is_constant()) { 3943 if (!in_lambda || in_try && in_try.bfinally) return; [all …]
|
| D | scope.js | 193 if (node.bfinally) node.bfinally.walk(tw);
|
| D | mozilla-ast.js | 227 bfinally : M.finalizer ? new AST_Finally(from_moz(M.finalizer)) : null, property 791 finalizer: to_moz(M.bfinally),
|
| D | output.js | 1393 if (self.bfinally) { 1395 self.bfinally.print(output);
|