Home
last modified time | relevance | path

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

/external/v8/tools/turbolizer/src/
Dturbo-visualizer.ts15 sourceExpand: HTMLElement; property in Snapper
23 snapper.sourceExpand = document.getElementById(C.SOURCE_EXPAND_ID);
47 this.setSourceExpanded(!this.sourceExpand.classList.contains("invisible"));
52 this.sourceExpand.classList.toggle("invisible", newState);
57 if (this.sourceExpand.classList.contains("invisible") === newState) return;