Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_build.ts2607 function isParamFunction(node: ts.ExpressionStatement): boolean { function
2615 if (forEachParameters && isSomeName(forEachParameters, name) && isParamFunction(node)) {