Lines Matching refs:globals
33 import {globals} from './globals';
62 const data = globals.trackDataStore.get(LogExistsKey) as LogExists;
93 globals.rafScheduler.scheduleFullRedraw();
145 globals.rafScheduler.scheduleFullRedraw();
165 globals.dispatch(Actions.setCurrentTab({tab: tab.key}));
180 globals.rafScheduler.scheduleFullRedraw();
201 globals.rafScheduler.scheduleFullRedraw();
220 const curSelection = globals.state.currentSelection;
244 if (globals.flamegraphDetails.isInAreaSelection) {
313 if (globals.queryResults.has('command')) {
315 (globals.queryResults.get('command') as QueryResponse).rows.length;
323 if (globals.state.pivotTableRedux.selectionArea !== null) {
329 selectionArea: globals.state.pivotTableRedux.selectionArea
334 for (const pivotTableId of Object.keys(globals.state.pivotTable)) {
335 const pivotTable = globals.state.pivotTable[pivotTableId];
336 const helper = globals.pivotTableHelper.get(pivotTableId);
338 globals.frontendLocalState.showPivotTable) {
352 if (globals.connectedFlows.length > 0) {
360 for (const [key, value] of globals.aggregateDataStore.entries()) {
371 if (globals.selectedFlows.length > 0) {
380 detailsPanels.find(tab => tab.key === globals.state.currentTab);