Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dtransform.js148 if (self.bcatch) self.bcatch = self.bcatch.transform(tw);
Dast.js526 bcatch: "[AST_Catch?] the catch block, or null if not present", property
532 if (this.bcatch) this.bcatch._walk(visitor);
Dparse.js1150 var body = block_(), bcatch = null, bfinally = null;
1157 bcatch = new AST_Catch({
1173 if (!bcatch && !bfinally)
1177 bcatch : bcatch, property
Dmozilla-ast.js108 bcatch : from_moz(handlers[0]), property
305 handler: to_moz(M.bcatch),
Dcompress.js409 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);
Doutput.js995 if (self.bcatch) {
997 self.bcatch.print(output);
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dtransform.js115 if (self.bcatch) self.bcatch = self.bcatch.transform(tw);
Dparse.js1691 var body = block_(), bcatch = null, bfinally = null;
1701 bcatch = new AST_Catch({
1717 if (!bcatch && !bfinally)
1721 bcatch : bcatch, property
Dscope.js192 if (node.bcatch) node.bcatch.walk(tw);
Dcompress.js1490 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 …]
Dmozilla-ast.js226 bcatch : from_moz(handlers[0]), property
789 handler: to_moz(M.bcatch),
Doutput.js1389 if (self.bcatch) {
1391 self.bcatch.print(output);
/plugin/dokuprism/prism/
Dprism.js82 …n:/(\b(?:extends|implements|instanceof|new(?!\s+self\b|\s+static\b))\s+|\bcatch\s*\()(?:\\?\b[a-z_…