Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/turbolizer/src/
Dsequence-view.ts162 const instId = createElement("div", "instruction-id", instruction.id); constant
164 instId.classList.add("clickable");
165 view.addHtmlElementForInstructionId(instruction.id, instId);
166 instId.onclick = mkInstructionLinkHandler(instruction.id);
167 instId.dataset.instructionId = instruction.id;
169instId.setAttribute("title", `This instruction generated gap code at pc-offset 0x${offsets.gap.toS…
171 instNodeEl.appendChild(instId);