Searched refs:toVisit (Results 1 – 2 of 2) sorted by relevance
126 const toVisit = this.generateHistoryTreesOf(transactionId); constant127 while (event = toVisit.pop()) {131 toVisit.push(child);
234 private static void addLockRecordsForThread(TreeSet<LockRecord> toVisit, in addLockRecordsForThread() argument239 toVisit.add(next); in addLockRecordsForThread()