Searched refs:AST_Statement (Results 1 – 9 of 9) sorted by relevance
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
D | ast.js | 129 var AST_Statement = DEFNODE("Statement", null, { variable 135 }, AST_Statement); 144 }, AST_Statement); 156 }, AST_Statement); 160 if (body instanceof AST_Statement) { 178 }, AST_Statement); 189 }, AST_Statement); 201 }, AST_Statement); 426 }, AST_Statement); 570 }, AST_Statement);
|
D | mozilla-ast.js | 52 … if (in_directive && body[i] instanceof AST_Statement && body[i].body instanceof AST_String) { 58 …} else if (in_directive && !(body[i] instanceof AST_Statement && body[i].body instanceof AST_Strin…
|
D | utils.js | 347 if (p instanceof AST_Statement && p.body === node)
|
D | compress.js | 565 if (thing instanceof AST_Statement) return [ thing ]; 1516 def(AST_Statement, function(){ 1676 def(AST_Statement, function(){ 1847 def(AST_Statement, return_null); 2530 if (self.init instanceof AST_Statement) {
|
D | output.js | 744 DEFPRINT(AST_Statement, function(self, output){
|
/plugin/asciidocjs/node_modules/uglify-js/lib/ |
D | ast.js | 255 var AST_Statement = DEFNODE("Statement", null, { variable 265 }, AST_Statement); 303 if (is_statement(value)) throw new Error(prop + " cannot " + multiple + " AST_Statement"); 316 body: "[AST_Node] an expression node (should not be instanceof AST_Statement)", 370 body: "[AST_Statement*] an array of statements" 384 if (!is_statement(node)) throw new Error("body must contain AST_Statement"); 396 …body: "[AST_Statement] the body; this should always be present, even if it's an AST_EmptyStatement"
|
D | output.js | 555 if (!(node instanceof AST_Statement || all(comments, function(c) {
|
D | compress.js | 5148 def(AST_Statement, function() { 5644 def(AST_Statement, function() { 6163 def(AST_Statement, return_null);
|
/plugin/asciidocjs/node_modules/uglify-js/bin/ |
D | uglifyjs | 415 … if (!(toplevel instanceof UglifyJS.AST_Statement)) toplevel = new UglifyJS.AST_SimpleStatement({
|