Searched refs:threadKey (Results 1 – 1 of 1) sorted by relevance
81 for (let threadKey in threads) {82 const tsArray = threads[threadKey]; constant83 threadKey = threadKey.trim();85 const matches = threadKey.match(regex);87 const spaceIndex = threadKey.indexOf(' ');88 const threadName = spaceIndex !== -1 ? threadKey.substring(0, spaceIndex) : '';93 warn('parse key path fail ', threadKey);