Searched refs:nextChild (Results 1 – 6 of 6) sorted by relevance
84 for (const nextChild of nextChildren.values()) { constant85 if (!this._children.has(nextChild.id)) {86 const instance = new nextChild.factory(nextChild.args);87 this._children.set(nextChild.id, instance);89 const instance = this._children.get(nextChild.id)!;
9 Element nextChild = child.getNextSiblingElement(); in clearDomChildren() local11 child = nextChild; in clearDomChildren()
73 final int nextChild = 2 * node + 1 + (path & 1); in addLeaf() local74 addLeaf(nextChild, path >>> 1, depth - 1, value); in addLeaf()
359 DomTreeNode *nextChild() { in nextChild() function in __anon68e036b60311::EarlyCSE::StackNode828 DomTreeNode *child = NodeToProcess->nextChild(); in run()
253 nextChild = self.contents[position]254 newChild.nextSibling = nextChild257 newChildsLastElement.next = nextChild
464 DomTreeNode *nextChild() { in nextChild() function in __anonca29b00e0311::EarlyCSE::StackNode1202 DomTreeNode *child = NodeToProcess->nextChild(); in run()