Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dmozilla-ast.js133 return elem === null ? new AST_Hole() : from_moz(elem);
451 AST_Hole.DEFMETHOD("to_mozilla_ast", function To_Moz_ArrayHole() { return null });
Doutput.js1190 if (i === len - 1 && exp instanceof AST_Hole)
1251 DEFPRINT(AST_Hole, noop);
Dast.js939 var AST_Hole = DEFNODE("Hole", null, { variable
Dparse.js1318 a.push(new AST_Hole({ start: S.token, end: S.token }));
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dmozilla-ast.js248 return elem === null ? new AST_Hole() : from_moz(elem);
256 elements.push(new AST_Hole());
1104 AST_Hole.DEFMETHOD("to_mozilla_ast", return_null);
Doutput.js1607 if (i === len - 1 && exp instanceof AST_Hole)
1625 } else if (a[len - 1] instanceof AST_Hole) {
1772 DEFPRINT(AST_Hole, noop);
Dast.js301 …ue instanceof AST_Hole && !allow_hole) throw new Error(prop + " cannot " + multiple + " AST_Hole");
Dparse.js1291 if (node instanceof AST_Hole) return node;
1963 a.push(new AST_Hole({ start: S.token, end: S.token }));
2463 || node instanceof AST_Hole
Dcompress.js840 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);