Searched defs:oldTree (Results 1 – 2 of 2) sorted by relevance
/development/tools/winscope/spec/ |
D | DiffSpec.js | 17 function checkDiffTreeWithNoModifiedCheck(oldTree, newTree, expectedDiffTree) { argument 29 const oldTree = treeOne; constant 46 const oldTree = treeTwo; constant 63 const oldTree = treeTwo; constant 89 const oldTree = new Node({ id: 1, data: "xyz" }, [ constant 117 const oldTree = new Node({ id: 1 }, [ constant 150 const oldTree = new Node({ id: 1 }, [ constant 171 const oldTree = new Node({ id: 1 }, [ constant 194 const oldTree = new Node({ id: 1 }, [ constant 217 const oldTree = new Node({ id: 1 }, [ constant
|
/development/tools/winscope/src/utils/ |
D | diff.js | 125 _generateDiffTree(newTree, oldTree, newTreeSiblings, oldTreeSiblings) { argument 224 _visitChildren(newTree, oldTree) { argument
|