Searched defs:newTree (Results 1 – 2 of 2) sorted by relevance
/development/tools/winscope/spec/ |
D | DiffSpec.js | 17 function checkDiffTreeWithNoModifiedCheck(oldTree, newTree, expectedDiffTree) { argument 30 const newTree = treeTwo; constant 47 const newTree = treeOne; constant 65 const newTree = new Node({ id: 1 }, [ constant 94 const newTree = new Node({ id: 1, data: "xyz" }, [ constant 124 const newTree = new Node({ id: 1 }, [ constant 155 const newTree = new Node({ id: 1 }, [ constant 176 const newTree = new Node({ id: 1 }, [ constant 200 const newTree = new Node({ id: 1 }, [ constant 225 const newTree = 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
|