Searched refs:tempSet (Results 1 – 2 of 2) sorted by relevance
37 let tempSet = new Set();47 if (!tempSet.has(values[0])) {48 tempSet.add(values[0]);55 if (tempSet.has(Object.values(bean[index])[0])) {69 htmlText = this.spliceHtmlText(findAppNameIndex, nextValues, htmlText, tempSet);70 if (!tempSet.has(nextValues[0])) {81 …private spliceHtmlText(findAppNameIndex: number, nextValues: any[], htmlText: string, tempSet: Set…83 if (tempSet.has(nextValues[0])) {
465 const tempSet: Set<string> = new Set(); constant468 tempSet.add(key);473 tempSet.add(key);476 localStorageLinkMap.set(name, tempSet);