Searched defs:newTree (Results 1 – 1 of 1) sorted by relevance
127 let newTree = this.generateTreeWithUserOptions(tree, false); variable214 let newTree = this.makeTreeNode(tree); variable425 const newChild = newTree?.children ? newTree.children[i] : null; constant