Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/js-heap/logic/
DAllocation.ts78 …private getFunctionStack(node: AllocationFunction, functionList: Array<HeapTraceFunctionInfo>): vo… method in AllocationLogic
84 this.getFunctionStack(parentNode, functionList);
155 this.getFunctionStack(currentNode, functionList);
/developtools/smartperf_host/ide/test/js-heap/logic/
DAllocation.test.ts355 let nodeStack = allocationLogic.getFunctionStack(parentData, []);