Searched refs:AST_Case (Results 1 – 12 of 12) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | transform.js | 141 _(AST_Case, function(self, tw){
|
| D | scope.js | 500 else if (node instanceof AST_Case)
|
| D | mozilla-ast.js | 159 return new (M.test ? AST_Case : AST_Default)({
|
| D | ast.js | 508 var AST_Case = DEFNODE("Case", "expression", { variable
|
| D | parse.js | 1122 branch = new AST_Case({
|
| D | output.js | 982 DEFPRINT(AST_Case, function(self, output){
|
| D | compress.js | 716 || node instanceof AST_Case 1777 def(AST_Case, function(compressor){ 2742 if (branch.body.length || branch instanceof AST_Case
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | transform.js | 109 DEF(AST_Case, function(self, tw) {
|
| D | mozilla-ast.js | 311 return new (M.test ? AST_Case : AST_Default)({
|
| D | compress.js | 2495 if (branch instanceof AST_Case) { 2561 if (parent instanceof AST_Case) return parent.expression !== node; 2837 } else if (expr instanceof AST_Case) { 2927 if (parent instanceof AST_Case) return node; 2999 if (parent instanceof AST_Case) { 3065 if (parent instanceof AST_Case) return find_stop_unused(parent, level + 1); 5835 def(AST_Case, function(compressor) { 5990 def(AST_Case, function(compressor) { 9941 … body.push(make_node(AST_Case, self, { expression: make_sequence(self, side_effects), body: [] })); 9951 … body.push(make_node(AST_Case, self, { expression: make_sequence(self, side_effects), body: [] }));
|
| D | output.js | 1374 DEFPRINT(AST_Case, function(output) {
|
| D | parse.js | 1663 branch = new AST_Case({
|