Searched refs:insertionNode (Results 1 – 2 of 2) sorted by relevance
106 const insertionNode = this.startPath[pathIndex] as LineNode; constant107 insertedNodes = insertionNode.insertAt(startNode, insertedNodes);109 startNode = insertionNode;128 const insertionNode = this.startPath[this.startPath.length - 2] as LineNode; constant130 insertionNode.remove(leafNode);
1478 var insertionNode = frame.node.edges["*"]1480 var insertionNode = new lunr.TokenSet1481 frame.node.edges["*"] = insertionNode1485 insertionNode.final = true1489 node: insertionNode,