Searched refs:sourcemapNamesCollection (Results 1 – 2 of 2) sorted by relevance
33 sourcemapNamesCollection126 if (sourcemapNamesCollection && absPath) {127 let map: Map<string, string> = sourcemapNamesCollection.get(absPath);
152 export const sourcemapNamesCollection: Map<string, Map<string, string>> = new Map(); constant1111 if (!sourcemapNamesCollection.has(cleanSourcePath)) {1112 sourcemapNamesCollection.set(cleanSourcePath, new Map());