Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/turbolizer/src/
Drange-view.ts574 const headerEl = createElement("div", "range-header"); constant
581 headerEl.appendChild(this.view.divs.positionHeaders);
582 headerEl.onscroll = () => {
587 return headerEl;
593 const headerEl = createElement("div", "range-block-ids"); constant
594 headerEl.style.gridTemplateColumns = this.gridTemplateColumns;
610 headerEl.appendChild(elementForBlockIndex(blockIndex, i, instrCount));
614 return headerEl;
618 const headerEl = createElement("div", "range-instruction-ids"); constant
619 headerEl.style.gridTemplateColumns = this.gridTemplateColumns;
[all …]