Searched refs:asyncFuncThreadName (Results 1 – 3 of 3) sorted by relevance
265 } else if (th.asyncFuncThreadName) {266 if (typeof th.asyncFuncThreadName === 'string') {269 threadName: th.asyncFuncThreadName,339 } else if (it.asyncFuncThreadName) {340 if (typeof it.asyncFuncThreadName === 'string') {343 threadName: it.asyncFuncThreadName346 for (let i = 0; i < it.asyncFuncThreadName.length; i++) {347 const tn = it.asyncFuncThreadName[i];
196 asyncFuncThreadName: Array<unknown> | string | undefined | null; property in TraceRow
1689 funcRow.asyncFuncThreadName = asyncFunctions[0].threadName;