Home
last modified time | relevance | path

Searched refs:AST_Break (Results 1 – 10 of 10) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dast.js460 var AST_Break = DEFNODE("Break", null, { variable
1048 || node instanceof AST_Break && x instanceof AST_Switch)
Dcompress.js975 … || (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)
Dscope.js474 else if (node instanceof AST_Break)
Dmozilla-ast.js232 map("BreakStatement", AST_Break, "label>label");
Dparse.js861 return break_cont(AST_Break);
Doutput.js894 DEFPRINT(AST_Break, function(self, output){
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dmozilla-ast.js614 map("BreakStatement", AST_Break, "label>label");
Dcompress.js2082 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;
Doutput.js1290 DEFPRINT(AST_Break, print_jump("break", "label"));
Dparse.js898 return break_cont(AST_Break);