Home
last modified time | relevance | path

Searched refs:AST_Statement (Results 1 – 9 of 9) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dast.js129 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);
Dmozilla-ast.js52 … 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…
Dutils.js347 if (p instanceof AST_Statement && p.body === node)
Dcompress.js565 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) {
Doutput.js744 DEFPRINT(AST_Statement, function(self, output){
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dast.js255 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"
Doutput.js555 if (!(node instanceof AST_Statement || all(comments, function(c) {
Dcompress.js5148 def(AST_Statement, function() {
5644 def(AST_Statement, function() {
6163 def(AST_Statement, return_null);
/plugin/asciidocjs/node_modules/uglify-js/bin/
Duglifyjs415 … if (!(toplevel instanceof UglifyJS.AST_Statement)) toplevel = new UglifyJS.AST_SimpleStatement({