Searched refs:trace2ThreadMap (Results 1 – 1 of 1) sorted by relevance
70 private trace2ThreadMap: Map<number, string> = new Map<number, string>(); property in Utils118 return (traceId === '2' ? this.trace2ThreadMap : this.trace1ThreadMap);120 return (Utils.currentSelectTrace === '2' ? this.trace2ThreadMap : this.trace1ThreadMap);222 this.trace2ThreadMap.clear();