Searched refs:AST_While (Results 1 – 11 of 11) sorted by relevance
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | transform.js | 75 DEF(AST_While, function(self, tw) {
|
| D | mozilla-ast.js | 620 map("WhileStatement", AST_While, "test>condition, body>body");
|
| D | output.js | 982 DEFPRINT(AST_While, function(output) {
|
| D | parse.js | 932 return new AST_While({
|
| D | compress.js | 1582 def(AST_While, function(tw, descend) { 3048 if (parent instanceof AST_While) { 6603 if (node instanceof AST_While) { 9146 OPT(AST_While, function(self, compressor) {
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | scope.js | 480 else if (node instanceof AST_While)
|
| D | mozilla-ast.js | 238 map("WhileStatement", AST_While, "test>condition, body>body");
|
| D | ast.js | 252 var AST_While = DEFNODE("While", null, { variable
|
| D | parse.js | 885 return new AST_While({
|
| D | output.js | 785 DEFPRINT(AST_While, function(self, output){
|
| D | compress.js | 2456 if (compressor.option("dead_code") && self instanceof AST_While) { 2473 if (self instanceof AST_While) {
|