Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneSummary.ts39 private stackText: HTMLElement | undefined; property in TabPaneSummary
61 this.stackText = this.shadowRoot?.querySelector('.stackText') as HTMLElement;
334 that.stackText!.style.display = 'none';
340 that.stackText!.style.display = 'none';
344 that.stackText!.style.display = 'flex';
346 that.stackText!.textContent = '';
348 that.stackText!.textContent =
382 this.stackText!.textContent = '';
387 this.stackText!.style.display = 'none';
645 this.stackText!.textContent = '';
[all …]