Searched refs:callTreeSource (Results 1 – 1 of 1) sorted by relevance
35 private callTreeSource: Array<JsCpuProfilerTabStruct> = []; property in TabPaneJsCpuCallTree115 this.callTreeSource = this.sortTree(results);116 this.callTreeTable!.recycleDataSource = this.callTreeSource;183 this.setCallTreeTableData(this.callTreeSource);188 findSearchNode(this.callTreeSource, this.searchValue, false);190 this.callTreeTable!.setStatus(this.callTreeSource, true);191 this.setCallTreeTableData(this.callTreeSource);