Home
last modified time | relevance | path

Searched refs:IN_METHOD_DEFINITION (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/context/
DparserContext.h58 IN_METHOD_DEFINITION = (1 << 23), enumerator
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2401 desc->newStatus |= ParserStatus::IN_METHOD_DEFINITION; in ParseClassMethod()
3243 if (context_.Status() & ParserStatus::IN_METHOD_DEFINITION) { in ParseFunctionParams()
3513 } else if (!isDeclare && !(context_.Status() & ParserStatus::IN_METHOD_DEFINITION)) { in ParseFunction()