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