Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/turbolizer/src/
Dcode-view.ts154 const codeHeader = document.createElement("div"); constant
155 codeHeader.setAttribute("id", this.getCodeHeaderHtmlElementName());
156 codeHeader.classList.add("code-header");
160 codeHeader.appendChild(codeFileFunction);
164 codeHeader.appendChild(codeModeDiv);
167 codeHeader.appendChild(clearDiv);
168 sourceContainer.appendChild(codeHeader);
174 codeHeader.onclick = function myFunction() {