Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/turbolizer/src/
Dsequence-view.ts13 phaseSelect: HTMLSelectElement; property in SequenceView
56 this.currentPhaseIndex = this.phaseSelect.selectedIndex;
70 this.currentPhaseIndex = this.phaseSelect.selectedIndex;
94 this.phaseSelect = (document.getElementById('phase-select') as HTMLSelectElement);
95 this.currentPhaseIndex = this.phaseSelect.selectedIndex;