Searched refs:bcatch (Results 1 – 13 of 13) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | transform.js | 148 if (self.bcatch) self.bcatch = self.bcatch.transform(tw);
|
| D | ast.js | 526 bcatch: "[AST_Catch?] the catch block, or null if not present", property 532 if (this.bcatch) this.bcatch._walk(visitor);
|
| D | parse.js | 1150 var body = block_(), bcatch = null, bfinally = null; 1157 bcatch = new AST_Catch({ 1173 if (!bcatch && !bfinally) 1177 bcatch : bcatch, property
|
| D | mozilla-ast.js | 108 bcatch : from_moz(handlers[0]), property 305 handler: to_moz(M.bcatch),
|
| D | compress.js | 409 if (node.bcatch) { 411 node.bcatch.walk(tw); 632 … [stat, stat.body, stat.alternative, stat.bcatch, stat.bfinally].forEach(function(node) { 1783 || this.bcatch && this.bcatch.has_side_effects(compressor) 2786 if (self.bcatch && self.bfinally && all(self.bfinally.body, is_empty)) self.bfinally = null; 2789 … if (self.bcatch) extract_declarations_from_unreachable_code(compressor, self.bcatch, body);
|
| D | output.js | 995 if (self.bcatch) { 997 self.bcatch.print(output);
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | transform.js | 115 if (self.bcatch) self.bcatch = self.bcatch.transform(tw);
|
| D | parse.js | 1691 var body = block_(), bcatch = null, bfinally = null; 1701 bcatch = new AST_Catch({ 1717 if (!bcatch && !bfinally) 1721 bcatch : bcatch, property
|
| D | scope.js | 192 if (node.bcatch) node.bcatch.walk(tw);
|
| D | compress.js | 1490 if (node.bcatch) { 1492 node.bcatch.walk(tw); 1747 if (may_throw && parent.bcatch && parent.bcatch !== node) return true; 2107 if (node.bcatch) in_try.bcatch = true; 2621 if (in_try.bcatch && node instanceof AST_Throw) return true; 3897 if (stat.bcatch) eliminate_returns(stat.bcatch, keep_throws); 5919 || this.bcatch && this.bcatch.has_side_effects(compressor) 6064 return (this.bcatch ? this.bcatch.may_throw(compressor) : any(this.body, compressor)) 6548 if (node.bcatch) { 6549 if (node.bcatch.argname) node.bcatch.argname.mark_symbol(function(node) { [all …]
|
| D | mozilla-ast.js | 226 bcatch : from_moz(handlers[0]), property 789 handler: to_moz(M.bcatch),
|
| D | output.js | 1389 if (self.bcatch) { 1391 self.bcatch.print(output);
|
| /plugin/dokuprism/prism/ |
| D | prism.js | 82 …n:/(\b(?:extends|implements|instanceof|new(?!\s+self\b|\s+static\b))\s+|\bcatch\s*\()(?:\\?\b[a-z_…
|