Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/async/
Dasync.js28 var arrow = () => {} function
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp1646 … ir::ArrowFunctionExpression *arrow = ParsePotentialArrowExpression(&returnExpression, startLoc); in ParseMemberExpression() local