Searched refs:AST_Hole (Results 1 – 9 of 9) sorted by relevance
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
D | mozilla-ast.js | 133 return elem === null ? new AST_Hole() : from_moz(elem); 451 AST_Hole.DEFMETHOD("to_mozilla_ast", function To_Moz_ArrayHole() { return null });
|
D | output.js | 1190 if (i === len - 1 && exp instanceof AST_Hole) 1251 DEFPRINT(AST_Hole, noop);
|
D | ast.js | 939 var AST_Hole = DEFNODE("Hole", null, { variable
|
D | parse.js | 1318 a.push(new AST_Hole({ start: S.token, end: S.token }));
|
/plugin/asciidocjs/node_modules/uglify-js/lib/ |
D | mozilla-ast.js | 248 return elem === null ? new AST_Hole() : from_moz(elem); 256 elements.push(new AST_Hole()); 1104 AST_Hole.DEFMETHOD("to_mozilla_ast", return_null);
|
D | output.js | 1607 if (i === len - 1 && exp instanceof AST_Hole) 1625 } else if (a[len - 1] instanceof AST_Hole) { 1772 DEFPRINT(AST_Hole, noop);
|
D | ast.js | 301 …ue instanceof AST_Hole && !allow_hole) throw new Error(prop + " cannot " + multiple + " AST_Hole");
|
D | parse.js | 1291 if (node instanceof AST_Hole) return node; 1963 a.push(new AST_Hole({ start: S.token, end: S.token })); 2463 || node instanceof AST_Hole
|
D | compress.js | 840 if (node instanceof AST_Hole) return reset_flags(node); 4654 def(AST_Hole, return_false); 5217 if (element instanceof AST_Hole) return this; 6837 if (!elements[i]) elements[i] = make_node(AST_Hole, orig); 7145 node.elements[i] = make_node(AST_Hole, node.elements[i]); 7975 if (value instanceof AST_Hole) { 8185 if (node instanceof AST_Hole) { 10392 for (var i = 0; i < length; i++) elements[i] = make_node(AST_Hole, self); 11154 if (argname.unused) return make_node(AST_Hole, argname);
|