Home
last modified time | relevance | path

Searched refs:executeIdMatch (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/task/
DTabPaneTaskFrames.ts281 const executeIdMatch = funName.match(/executeId\s*:\s*(\d+)/i); constant
282 if (executeIdMatch && executeIdMatch.length > 1) {
283 return executeIdMatch[1];