Home
last modified time | relevance | path

Searched refs:IN_METHOD_DEFINITION (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/context/
H A DparserContext.h58 IN_METHOD_DEFINITION = (1 << 23), member in panda::es2panda::parser::ParserStatus
/arkcompiler/ets_frontend/ets2panda/parser/context/
H A DparserContext.h57 IN_METHOD_DEFINITION = 1U << 23U, member in ark::es2panda::parser::ParserStatus
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp1891 desc->newStatus |= ParserStatus::IN_METHOD_DEFINITION; in ParseClassMethod()
2085 } else if (!isDeclare && ((contextStatus & ParserStatus::IN_METHOD_DEFINITION) == 0)) { in ParseFunctionBody()
H A DASparser.cpp1338 if (!isDeclare && ((contextStatus & ParserStatus::IN_METHOD_DEFINITION) == 0)) { in ParseFunctionBody()
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp2603 desc->newStatus |= ParserStatus::IN_METHOD_DEFINITION; in ParseClassMethod()
3716 if (context_.Status() & ParserStatus::IN_METHOD_DEFINITION) { in ParseFunctionParams()
4060 } else if (!isDeclare && !(context_.Status() & ParserStatus::IN_METHOD_DEFINITION)) { in ParseFunction()

Completed in 13 milliseconds