Home
last modified time | relevance | path

Searched defs:arrowFunc (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/
DTypeScriptLinter.ts751 const arrowFunc = node as ts.ArrowFunction; constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DTypeScriptLinter.ts891 const arrowFunc = node as ts.ArrowFunction; constant
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp919 auto *const arrowFunc = callee->AsArrowFunctionExpression()->Function(); in InitAnonymousLambdaCallee() local
2167 auto arrowFunc = stArgument->AsArrowFunctionExpression(); in InferReturnType() local