Lines Matching refs:NodeList
905 if (this instanceof NodeList) {
942 var NodeList = /*#__PURE__*/function (_Node2) {
943 _inheritsLoose(NodeList, _Node2);
944 function NodeList() {
947 var _proto2 = NodeList.prototype;
954 _createClass(NodeList, [{
965 return NodeList;
967 var Root = NodeList.extend('Root');
970 var Group = NodeList.extend('Group');
971 var ArrayNode = NodeList.extend('Array');
975 var Dict = NodeList.extend('Dict');
1005 _Node3.prototype.init.call(this, lineno, colno, template, names || new NodeList(), withContext);
1050 var Output = NodeList.extend('Output');
1087 this.args = args || new NodeList();
1111 if (node instanceof NodeList) {
1153 NodeList: NodeList, property
1365 …es.Div, nodes.FloorDiv, nodes.Mod, nodes.Pow, nodes.Neg, nodes.Pos, nodes.Compare, nodes.NodeList);
1392 if (!(args instanceof nodes.NodeList)) {
3022 var callerArgs = this.parseSignature(true) || new nodes.NodeList();
3078 var names = new nodes.NodeList();
3672 …node = new nodes.Filter(name.lineno, name.colno, name, new nodes.NodeList(name.lineno, name.colno,…
3686 …var node = new nodes.Filter(name.lineno, name.colno, name, new nodes.NodeList(name.lineno, name.co…
3750 var args = new nodes.NodeList(tok.lineno, tok.colno);
3835 return new nodes.NodeList(0, 0, this.parseNodes());
5494 if (ast instanceof nodes.NodeList) {
5547 return new nodes.NodeList(node.lineno, node.colno, children);