Searched refs:expandedCallsite (Results 1 – 5 of 5) sorted by relevance
117 const expandedId = selectedHeapProfile.expandedCallsite ?118 selectedHeapProfile.expandedCallsite.id :121 selectedHeapProfile.expandedCallsite === undefined ?123 selectedHeapProfile.expandedCallsite.totalSize;148 this.lastSelectedHeapProfile!.expandedCallsite);171 expandedCallsite: heapProfile.expandedCallsite,188 this.lastSelectedHeapProfile.expandedCallsite !==189 selection.expandedCallsite)));195 rootSize?: number, expandedCallsite?: CallsiteInfo) {199 this.heapProfileDetails.expandedCallsite = expandedCallsite;
249 this.nodeRendering(), flamegraphData, data.expandedCallsite);265 const expandedCallsite = this.flamegraph.onMouseClick({x, y}); constant266 globals.dispatch(Actions.expandHeapProfileFlamegraph({expandedCallsite}));
100 expandedCallsite?: CallsiteInfo; property
663 state: StateDraft, args: {expandedCallsite?: CallsiteInfo}): void {665 state.currentHeapProfileFlamegraph.expandedCallsite = args.expandedCallsite;
213 expandedCallsite?: CallsiteInfo; property