Lines Matching refs:NodeList
48 if (this instanceof NodeList) {
85 var NodeList = /*#__PURE__*/function (_Node2) { class
86 _inheritsLoose(NodeList, _Node2);
87 function NodeList() { class in NodeList
90 var _proto2 = NodeList.prototype;
97 _createClass(NodeList, [{
108 return NodeList;
110 var Root = NodeList.extend('Root');
113 var Group = NodeList.extend('Group');
114 var ArrayNode = NodeList.extend('Array');
118 var Dict = NodeList.extend('Dict');
148 _Node3.prototype.init.call(this, lineno, colno, template, names || new NodeList(), withContext); argument
193 var Output = NodeList.extend('Output');
230 this.args = args || new NodeList();
254 if (node instanceof NodeList) {
296 NodeList: NodeList, property