Searched refs:blockIdToInstructionRange (Results 1 – 1 of 1) sorted by relevance
90 blockIdToInstructionRange: Array<[number, number]>; property in SourceResolver117 this.blockIdToInstructionRange = [];321 readBlockIdToInstructionRange(blockIdToInstructionRange) {322 for (const [blockId, range] of Object.entries<[number, number]>(blockIdToInstructionRange)) {323 this.blockIdToInstructionRange[blockId] = range;334 const X = this.blockIdToInstructionRange[blockId];