Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js563 if (thing instanceof AST_BlockStatement) return thing.body;
572 if (thing instanceof AST_BlockStatement) return thing.body.length == 0;
579 return (x.body instanceof AST_BlockStatement ? x.body : x);
867 if (stat instanceof AST_BlockStatement) {
944 stat.body = make_node(AST_BlockStatement, stat, {
975 … || (ab instanceof AST_Break && lct instanceof AST_BlockStatement && self === lct))) {
983 stat.body = make_node(AST_BlockStatement, stat, {
986 stat.alternative = make_node(AST_BlockStatement, stat, {
997 … || (ab instanceof AST_Break && lct instanceof AST_BlockStatement && self === lct))) {
1003 stat.body = make_node(AST_BlockStatement, stat.body, {
[all …]
Dmozilla-ast.js229 map("BlockStatement", AST_BlockStatement, "body@body");
453 AST_Block.DEFMETHOD("to_mozilla_ast", AST_BlockStatement.prototype.to_mozilla_ast);
Doutput.js767 DEFPRINT(AST_BlockStatement, function(self, output){
1368 else if (stmt instanceof AST_BlockStatement)
1405 DEFMAP(AST_BlockStatement, basic_sourcemap_gen);
Dast.js180 var AST_BlockStatement = DEFNODE("BlockStatement", null, { variable
Dparse.js841 return new AST_BlockStatement({
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js1894 …if (thing instanceof AST_BlockStatement) return all(thing.body, safe_to_trim) ? thing.body : [ thi…
1903 if (thing instanceof AST_BlockStatement) return thing.body.length == 0;
1917 return x.body instanceof AST_BlockStatement ? x.body : x;
1991 if (node.init instanceof AST_BlockStatement) {
1997 if (!block) block = make_node(AST_BlockStatement, node, { body: [ node ] });
2073 && (block instanceof AST_BlockStatement
3403 … return in_list ? List.splice(body) : make_node(AST_BlockStatement, node, { body: body });
3510 if (stat instanceof AST_BlockStatement) {
3580 stat.body = make_node(AST_BlockStatement, stat, {
3583 stat.alternative = make_node(AST_BlockStatement, stat, {
[all …]
Dmozilla-ast.js71 if (node instanceof AST_BlockStatement) {
611 map("BlockStatement", AST_BlockStatement, "body@body");
1103 AST_Block.DEFMETHOD("to_mozilla_ast", AST_BlockStatement.prototype.to_mozilla_ast);
Doutput.js964 DEFPRINT(AST_BlockStatement, function(output) {
1895 } else if (stmt instanceof AST_BlockStatement) {
1925 AST_BlockStatement,
Dparse.js877 return new AST_BlockStatement({