Searched refs:lastProcessSet (Results 1 – 1 of 1) sorted by relevance
105 private lastProcessSet: Set<number> = new Set<number>(); property in TraceSheet851 if (treeData.length !== this.lastProcessSet.size) {855 if (!this.lastProcessSet.has(process.pid)) {880 this.lastProcessSet = new Set<number>();894 this.lastProcessSet.add(process.pid);