Home
last modified time | relevance | path

Searched refs:currentPhaseIndex (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/turbolizer/src/
Dsequence-view.ts15 currentPhaseIndex: number; property in SequenceView
56 this.currentPhaseIndex = this.phaseSelect.selectedIndex;
59 this.phaseIndexes.add(this.currentPhaseIndex);
70 this.currentPhaseIndex = this.phaseSelect.selectedIndex;
71 if (!this.phaseIndexes.has(this.currentPhaseIndex)) {
95 this.currentPhaseIndex = this.phaseSelect.selectedIndex;
Drange-view.ts56 return this.grids.get(this.sequenceView.currentPhaseIndex);
64 return this.grids.has(this.sequenceView.currentPhaseIndex);
69 this.grids.set(this.sequenceView.currentPhaseIndex, grid);
92 const intervals = this.map.get(this.sequenceView.currentPhaseIndex);
94 this.map.set(this.sequenceView.currentPhaseIndex, new Array<HTMLElement>());
688 interval.classList.toggle("range-hidden", phase != this.view.sequenceView.currentPhaseIndex);