Home
last modified time | relevance | path

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

/development/tools/winscope/src/utils/
Ddiff.js79 withUniqueNodeId(getNodeId) { argument
80 this.getNodeId = (node) => { function
81 const id = getNodeId(node);
122 const nodeId = this.getNodeId(node);
128 acc[this.getNodeId(node)] = node;
160 const newId = newTree ? this.getNodeId(newTree) : null;
161 const oldId = oldTree ? this.getNodeId(oldTree) : null;
163 const newTreeSiblingIds = newTreeSiblings.map(this.getNodeId);
164 const oldTreeSiblingIds = oldTreeSiblings.map(this.getNodeId);