Searched refs:AST_Exit (Results 1 – 7 of 7) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | ast.js | 428 var AST_Exit = DEFNODE("Exit", "value", { variable 442 }, AST_Exit); 446 }, AST_Exit);
|
| D | transform.js | 122 _(AST_Exit, function(self, tw){
|
| D | output.js | 494 if (self instanceof AST_Exit && self.value) { 870 AST_Exit.DEFMETHOD("_do_print", function(output, kind){
|
| D | compress.js | 1142 else if (stat instanceof AST_Exit && stat.value) { 1145 else if (stat instanceof AST_Exit) { 2643 if (self.body instanceof AST_Exit 2644 && self.alternative instanceof AST_Exit
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | transform.js | 94 DEF(AST_Exit, function(self, tw) {
|
| D | compress.js | 500 …if (parent instanceof AST_Exit) return parent.value === node && scope.resolve() !== d.scope.resolv… 2618 if (node instanceof AST_Exit) { 2852 } else if (expr instanceof AST_Exit) { 2930 if (parent instanceof AST_Exit) return node; 3009 if (parent instanceof AST_Exit) return find_stop_unused(parent, level + 1); 3068 if (parent instanceof AST_Exit) return find_stop_unused(parent, level + 1); 3697 if (stat instanceof AST_Break || stat instanceof AST_Exit) { 3740 if (ab instanceof AST_Exit) { 3748 if (jump instanceof AST_Exit && jump.value) return false; 3754 if (jump instanceof AST_Exit) { [all …]
|
| D | output.js | 487 if (parent instanceof AST_Exit) return true; 497 if (node instanceof AST_Exit) {
|