Searched refs:expandedCallsite (Results 1 – 5 of 5) sorted by relevance
116 const expandedId = selectedHeapProfile.expandedCallsite ?117 selectedHeapProfile.expandedCallsite.id :120 selectedHeapProfile.expandedCallsite === undefined ?122 selectedHeapProfile.expandedCallsite.totalSize;147 this.lastSelectedHeapProfile!.expandedCallsite);170 expandedCallsite: heapProfile.expandedCallsite,187 this.lastSelectedHeapProfile.expandedCallsite !==188 selection.expandedCallsite)));194 rootSize?: number, expandedCallsite?: CallsiteInfo) {198 this.heapProfileDetails.expandedCallsite = expandedCallsite;
250 this.nodeRendering(), flamegraphData, data.expandedCallsite);266 const expandedCallsite = this.flamegraph.onMouseClick({x, y}); constant267 globals.dispatch(Actions.expandHeapProfileFlamegraph({expandedCallsite}));
64 expandedCallsite?: CallsiteInfo; property
517 state: StateDraft, args: {expandedCallsite?: CallsiteInfo}): void {519 state.currentHeapProfileFlamegraph.expandedCallsite = args.expandedCallsite;
192 expandedCallsite?: CallsiteInfo; property