Searched refs:historyName (Results 1 – 2 of 2) sorted by relevance
190 const historyName: string = historyMangledTable?.get(original); constant191 let mangledName: string = historyName ? historyName : globalMangledTable.get(original);
198 const historyName: string = historyNameCache?.get(path); constant199 const specifyName: string = historyName ? historyName : nameCache.get(path); constant