Searched refs:AST_Switch (Results 1 – 12 of 12) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | transform.js | 136 _(AST_Switch, function(self, tw){
|
| D | ast.js | 487 var AST_Switch = DEFNODE("Switch", "expression", { variable 1048 || node instanceof AST_Break && x instanceof AST_Switch)
|
| D | scope.js | 498 else if (node instanceof AST_Switch)
|
| D | mozilla-ast.js | 235 map("SwitchStatement", AST_Switch, "discriminant>expression, cases@body");
|
| D | output.js | 952 DEFPRINT(AST_Switch, function(self, output){ 1403 DEFMAP(AST_Switch, basic_sourcemap_gen);
|
| D | compress.js | 577 if (x instanceof AST_Switch) return x; 726 || (parent instanceof AST_Switch && node !== parent.expression)) { 1148 else if (stat instanceof AST_Switch) { 1773 def(AST_Switch, function(compressor){ 2688 OPT(AST_Switch, function(self, compressor){
|
| D | parse.js | 919 return new AST_Switch({
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | transform.js | 105 DEF(AST_Switch, function(self, tw) {
|
| D | output.js | 1343 DEFPRINT(AST_Switch, function(output) { 1940 AST_Switch,
|
| D | compress.js | 1350 def(AST_Switch, function(tw, descend, compressor) { 2491 if (node instanceof AST_Switch) { 2893 } else if (expr instanceof AST_Switch) { 2940 if (parent instanceof AST_Switch) return node; 3037 if (parent instanceof AST_Switch) { 3085 if (parent instanceof AST_Switch) return find_stop_unused(parent, level + 1); 3901 …else if (stat instanceof AST_Block && !(stat instanceof AST_Scope || stat instanceof AST_Switch)) { 4058 } else if (stat instanceof AST_Switch) { 4339 } else if (stat instanceof AST_Switch) { 5906 def(AST_Switch, function(compressor) { [all …]
|
| D | mozilla-ast.js | 617 map("SwitchStatement", AST_Switch, "discriminant>expression, cases@body");
|
| D | parse.js | 966 return new AST_Switch({
|