Lines Matching full:globals
21 import {globals} from './globals';
49 return assertExists(globals.state.trackGroups[this.trackGroupId]);
54 globals.state.tracks[this.trackGroupState.summaryTrackId]);
72 globals.dispatch(Actions.toggleTrackGroupCollapsed({
105 globals.frontendLocalState.timeScale,
106 globals.frontendLocalState.visibleWindowTime,
116 const localState = globals.frontendLocalState;
133 if (globals.state.currentSelection !== null) {
134 if (globals.state.currentSelection.kind === 'NOTE') {
135 const note = globals.state.notes[globals.state.currentSelection.id]; constant
142 if (globals.state.currentSelection.kind === 'TIMESPAN') {
145 globals.state.currentSelection.startTs,
146 globals.state.currentSelection.endTs,
150 if (globals.state.currentSelection.kind === 'SLICE' &&
151 globals.sliceDetails.wakeupTs !== undefined) {
155 globals.sliceDetails.wakeupTs,