Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DsourceMapRecorder.ts44 let sourceMapNames: string[] | null | undefined; variable
59 sourceMapNames = sourceMap.names;
85 if (mapEntry.nameIndex! >= 0 && mapEntry.nameIndex! < sourceMapNames!.length) {
86 mapString += " name (" + sourceMapNames![mapEntry.nameIndex!] + ")";