Searched refs:AST_Break (Results 1 – 10 of 10) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | ast.js | 460 var AST_Break = DEFNODE("Break", null, { variable 1048 || node instanceof AST_Break && x instanceof AST_Switch)
|
| D | compress.js | 975 … || (ab instanceof AST_Break && lct instanceof AST_BlockStatement && self === lct))) { 997 … || (ab instanceof AST_Break && lct instanceof AST_BlockStatement && self === lct))) { 1044 if ((stat instanceof AST_Break 1878 if (self.body instanceof AST_Break 2495 if (first.body instanceof AST_Break 2508 else if (first.alternative instanceof AST_Break 2740 if (stat instanceof AST_Break && compressor.loopcontrol_target(stat) === self) 2759 if (node instanceof AST_Break && tw.loopcontrol_target(node) === self)
|
| D | scope.js | 474 else if (node instanceof AST_Break)
|
| D | mozilla-ast.js | 232 map("BreakStatement", AST_Break, "label>label");
|
| D | parse.js | 861 return break_cont(AST_Break);
|
| D | output.js | 894 DEFPRINT(AST_Break, function(self, output){
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | mozilla-ast.js | 614 map("BreakStatement", AST_Break, "label>label");
|
| D | compress.js | 2082 if (stats[i] instanceof AST_Break) return true; 3697 if (stat instanceof AST_Break || stat instanceof AST_Exit) { 3922 || stat instanceof AST_Break && lct instanceof AST_IterationStatement) { 6196 if (self.body instanceof AST_If || self.body instanceof AST_Break) { 6392 if (node instanceof AST_Break) { 9190 && stat.body instanceof AST_Break 9238 && (first instanceof AST_Break 9264 if (ab instanceof AST_Break && !external_target(ab)) { 9279 if (ab instanceof AST_Break && !external_target(ab)) { 10033 return node instanceof AST_Break && tw.loopcontrol_target(node) === self;
|
| D | output.js | 1290 DEFPRINT(AST_Break, print_jump("break", "label"));
|
| D | parse.js | 898 return break_cont(AST_Break);
|