Searched refs:AST_ForIn (Results 1 – 11 of 11) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | scope.js | 496 else if (node instanceof AST_ForIn) 601 else if (node instanceof AST_ForIn && node.init instanceof AST_SymbolRef)
|
| D | transform.js | 111 _(AST_ForIn, function(self, tw){
|
| D | output.js | 823 DEFPRINT(AST_ForIn, function(self, output){ 1028 var in_for = p instanceof AST_For || p instanceof AST_ForIn; 1063 var noin = p instanceof AST_For || p instanceof AST_ForIn;
|
| D | mozilla-ast.js | 241 map("ForInStatement", AST_ForIn, "left>init, right>object, body>body");
|
| D | ast.js | 279 var AST_ForIn = DEFNODE("ForIn", "init name object", { variable
|
| D | compress.js | 397 if (node instanceof AST_ForIn) { 578 if (x instanceof AST_For || x instanceof AST_ForIn || x instanceof AST_DWLoop) { 2052 …rop_vars && node instanceof AST_Definitions && !(tt.parent() instanceof AST_ForIn && tt.parent().i… 2203 if (p instanceof AST_ForIn && p.init === node) {
|
| D | parse.js | 1050 return new AST_ForIn({
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | parse.js | 1209 ctor = AST_ForIn; 1219 if (ctor !== AST_ForIn && init.definitions[0].value) {
|
| D | mozilla-ast.js | 623 map("ForInStatement", AST_ForIn, "left>init, right>object, body>body");
|
| D | output.js | 1036 DEFPRINT(AST_ForIn, print_for_enum("for", "in"));
|
| D | compress.js | 4054 } else if (stat instanceof AST_ForIn) { 7674 if (node instanceof AST_ForIn) { 7873 if (node instanceof AST_ForIn) {
|