Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DsourceMapRecorder.ts170 const markerIds: string[] = []; constant
206 markerIds.push(markerId);
231 writeSourceMapIndent(prevEmittedCol, markerIds[index]);
238 writeSourceMapIndent(prevEmittedCol, i === 0 ? markerIds[index] : " >");
249 … sourceMapRecorder.WriteLine(markerIds[index] + getSourceMapSpanString(currentSpan.sourceMapSpan));