Searched refs:classInfoInMemberMethodCache (Results 1 – 4 of 4) sorted by relevance
128 const classInfoInMemberMethodCache = new Set(['class1']); constant132 UpdateMemberMethodName(nameCache, globalMangledTable, classInfoInMemberMethodCache);141 const classInfoInMemberMethodCache = new Set(['method1']); constant145 UpdateMemberMethodName(nameCache, globalMangledTable, classInfoInMemberMethodCache);154 const classInfoInMemberMethodCache = new Set(['method1']); constant158 UpdateMemberMethodName(nameCache, globalMangledTable, classInfoInMemberMethodCache);
65 classInfoInMemberMethodCache: Set<string>): void {74 if (classInfoInMemberMethodCache.has(key)) {
61 classInfoInMemberMethodCache,98 …pdateMemberMethodName(nameCache, PropCollections.globalMangledTable, classInfoInMemberMethodCache);
568 classInfoInMemberMethodCache.add(keyName);680 export let classInfoInMemberMethodCache: Set<string> = new Set(); variable687 classInfoInMemberMethodCache.clear();