Home
last modified time | relevance | path

Searched refs:currIndex (Results 1 – 1 of 1) sorted by relevance

/development/tools/winscope/src/trace/tree_node/
Dtree_node.ts25 const currIndex = this.children.findIndex( constant
28 if (currIndex !== -1) {
29 this.children[currIndex] = newChild;