Home
last modified time | relevance | path

Searched refs:isArrow (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparser.cpp341 bool isArrow = (newStatus & ParserStatus::ARROW_FUNCTION) != 0; in ParseFunction() local
347 if (isArrow) { in ParseFunction()
359 } else if (isArrow) { in ParseFunction()
1419 const bool isArrow = (GetContext().Status() & ParserStatus::ARROW_FUNCTION) != 0; in ParseFunctionParameter() local
1439 } else if (!isArrow && defaultUndef == nullptr) { in ParseFunctionParameter()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp1334 bool isArrow = func->IsArrow(); in BuildFunctionSignature() local
1335 auto *nameVar = isArrow ? nullptr : func->Id()->Variable(); in BuildFunctionSignature()

Completed in 7 milliseconds