Home
last modified time | relevance | path

Searched defs:arrowFuncExpr (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionParser.cpp1392 …ir::ArrowFunctionExpression *arrowFuncExpr = ParseArrowFunctionExpression(identRef, nullptr, nullp… in ParsePotentialArrowExpression() local
1398 ir::ArrowFunctionExpression *arrowFuncExpr = in ParsePotentialArrowExpression() local
1407 ir::ArrowFunctionExpression *arrowFuncExpr = in ParsePotentialArrowExpression() local
DTSparser.cpp1619 …ir::ArrowFunctionExpression *arrowFuncExpr = ParseArrowFunctionExpression(identRef, nullptr, nullp… in ParsePotentialArrowExpression() local
1625 ir::ArrowFunctionExpression *arrowFuncExpr = in ParsePotentialArrowExpression() local
1657 ir::ArrowFunctionExpression *arrowFuncExpr = in ParsePotentialArrowExpression() local
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp1485 …ir::ArrowFunctionExpression *arrowFuncExpr = ParseArrowFunctionExpression(identRef, nullptr, nullp… in ParsePotentialArrowExpression() local
1491 ir::ArrowFunctionExpression *arrowFuncExpr = in ParsePotentialArrowExpression() local
1535 ir::ArrowFunctionExpression *arrowFuncExpr = in ParsePotentialArrowExpression() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1104 auto *const arrowFuncExpr = init->AsArrowFunctionExpression(); in CheckVariableDeclaration() local
2526 auto *const arrowFuncExpr = argument->AsArrowFunctionExpression(); in TypeInference() local
Dfunction.cpp239 auto *const arrowFuncExpr = argument->AsArrowFunctionExpression(); in ValidateSignature() local
/arkcompiler/ets_frontend/ets2panda/linter/src/
DTypeScriptLinter.ts1520 let arrowFuncExpr = arg as ts.ArrowFunction; variable
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DTypeScriptLinter.ts1836 let arrowFuncExpr = arg as ts.ArrowFunction; variable