Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/context/
H A DparserContext.h56 IN_EXTENDS = (1 << 21), member in panda::es2panda::parser::ParserStatus
79 currentStatus &= (ParserStatus::MODULE | ParserStatus::ALLOW_NEW_TARGET | ParserStatus::IN_EXTENDS | in ParserContext()
/arkcompiler/ets_frontend/ets2panda/parser/context/
H A DparserContext.h55 IN_EXTENDS = 1U << 21U, member in ark::es2panda::parser::ParserStatus
89 currentStatus &= (ParserStatus::MODULE | ParserStatus::ALLOW_NEW_TARGET | ParserStatus::IN_EXTENDS | in ParserContext()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp464 GetContext().Status() |= ParserStatus::IN_EXTENDS; in ParseConditionalType()
535 if ((GetContext().Status() & ParserStatus::IN_EXTENDS) == 0) { in ParseTypeOperatorOrTypeReference()
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp778 context_.Status() |= ParserStatus::IN_EXTENDS; in ParseTsConditionalType()
896 if (!(context_.Status() & ParserStatus::IN_EXTENDS)) { in ParseTsTypeOperatorOrTypeReference()

Completed in 11 milliseconds