Searched refs:funcRow (Results 1 – 2 of 2) sorted by relevance
113 let funcRow = TraceRow.skeleton<FuncStruct>();114 funcRow.rowId = `${asyncFuncGroups[0].funName}-${key}`;115 funcRow.asyncFuncName = asyncFuncGroups[0].funName;116 funcRow.asyncFuncNamePID = key;117 funcRow.rowType = TraceRow.ROW_TYPE_FUNC;118 funcRow.enableCollapseChart(); //允许折叠泳道图119 funcRow.rowParentId = `${row.rowId}`;120 funcRow.rowHidden = !row.expansion;121 funcRow.style.width = '100%';122 funcRow.name = `${asyncFuncGroups[0].funName} ${key}`;[all …]
1740 …let funcRow = this.rowsEL?.querySelector<TraceRow<any>>(`trace-row[row-id='${funcRowID}'][row-type… variable1741 if (funcRow) {1742 filterRow = funcRow;