Searched refs:currentHeapProfileFlamegraph (Results 1 – 4 of 4) sorted by relevance
167 globals.state.currentHeapProfileFlamegraph!.viewingOption;189 if (globals.state.currentHeapProfileFlamegraph === null) return '';190 return globals.state.currentHeapProfileFlamegraph.viewingOption === button ?254 const current = globals.state.currentHeapProfileFlamegraph;
641 state.currentHeapProfileFlamegraph = {664 if (state.currentHeapProfileFlamegraph === null) return;665 state.currentHeapProfileFlamegraph.expandedCallsite = args.expandedCallsite;671 if (state.currentHeapProfileFlamegraph === null) return;672 state.currentHeapProfileFlamegraph.viewingOption = args.viewingOption;677 if (state.currentHeapProfileFlamegraph === null) return;678 state.currentHeapProfileFlamegraph.focusRegex = args.focusRegex;
305 currentHeapProfileFlamegraph: HeapProfileFlamegraph|null; property825 currentHeapProfileFlamegraph: null,
87 const selection = globals.state.currentHeapProfileFlamegraph;