Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/async/
Dasync.js28 var arrow = () => {} function
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DexpressionLambdaLowering.cpp20 …de *ConvertExpression(checker::ETSChecker *const checker, ir::ArrowFunctionExpression *const arrow) in ConvertExpression()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp1813 … ir::ArrowFunctionExpression *arrow = ParsePotentialArrowExpression(&returnExpression, startLoc, in ParseMemberExpression() local
/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionParser.cpp1849 … ir::ArrowFunctionExpression *arrow = ParsePotentialArrowExpression(&returnExpression, startLoc); in ParseMemberExpression() local