Home
last modified time | relevance | path

Searched refs:letDeclare (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DASparser.cpp1333 bool letDeclare = true; in ParseFunctionBody() local
1341 letDeclare = false; in ParseFunctionBody()
1352 return {letDeclare, body, endLoc, isOverload}; in ParseFunctionBody()
H A DTSparser.cpp2078 bool letDeclare = true; in ParseFunctionBody() local
2088 letDeclare = false; in ParseFunctionBody()
2099 return {letDeclare, body, endLoc, isOverload}; in ParseFunctionBody()
H A DparserImpl.cpp940 auto [letDeclare, body, endLoc, isOverload] = ParseFunctionBody(signature.Params(), newStatus, context_.Status()); in ParseFunction()
950 body, std::move(signature), functionContext.Flags(), {}, isDeclare && letDeclare, context_.GetLanguage()}); in ParseFunction()
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp4044 bool letDeclare = true; in ParseFunction() local
4063 letDeclare = false; in ParseFunction()
4075 functionContext.Flags(), isDeclare && letDeclare, in ParseFunction()

Completed in 14 milliseconds