Searched refs:bytecodePosition (Results 1 – 3 of 3) sorted by relevance
23 if (sourcePosition.bytecodePosition)24 return "BCP:" + sourcePosition.bytecodePosition;30 && typeof l.inliningId !== undefined) || typeof l.bytecodePosition != undefined;48 bytecodePosition: number; property302 node.origin.bytecodePosition != undefined) {303 const position = { bytecodePosition: node.origin.bytecodePosition };434 this.addAnyPositionToLine(i, { bytecodePosition: pos });
21 if (origin.bytecodePosition) {22 return `Bytecode line ${origin.bytecodePosition} in phase ${origin.phase}/${origin.reducer}`;
103 if (node.origin && node.origin.bytecodePosition) {104 locations.push({ bytecodePosition: node.origin.bytecodePosition });