Searched refs:instId (Results 1 – 1 of 1) sorted by relevance
162 const instId = createElement("div", "instruction-id", instruction.id); constant164 instId.classList.add("clickable");165 view.addHtmlElementForInstructionId(instruction.id, instId);166 instId.onclick = mkInstructionLinkHandler(instruction.id);167 instId.dataset.instructionId = instruction.id;169 …instId.setAttribute("title", `This instruction generated gap code at pc-offset 0x${offsets.gap.toS…171 instNodeEl.appendChild(instId);