Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/grammar/function_like_namecache/enable_compact/
Dfunction_arrow.ts16 const arrowFunc = () => { constant
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp274 auto *const arrowFunc = callee->AsArrowFunctionExpression()->Function(); in InitAnonymousLambdaCallee() local
602 auto arrowFunc = stArgument->AsArrowFunctionExpression(); in InferReturnType() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/
DAutofixer.ts753 …const arrowFunc = ts.factory.createArrowFunction(modifiers, typeParameters, parameters, type, toke… constant
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts943 const arrowFunc = node as ts.ArrowFunction; constant