Searched refs:pcOffset (Results 1 – 2 of 2) sorted by relevance
76 let pcOffset = view.sourceResolver.getKeyPcOffset(offset);77 if (pcOffset == -1) pcOffset = Number(offset);78 fragment.dataset.pcOffset = `${pcOffset}`;166 …ing = typeof e.target.dataset.pcOffset != "undefined" ? e.target.dataset.pcOffset : e.target.paren…
529 const pcOffset = this.instructionToPCOffset[instructionId]; constant530 if (pcOffset !== undefined) keyPcOffsets.push(pcOffset.gap);