Home
last modified time | relevance | path

Searched refs:ALLOW_NEW_TARGET (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/context/
H A DparserContext.h54 ALLOW_NEW_TARGET = (1 << 20), 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.h53 ALLOW_NEW_TARGET = 1U << 20U, member in ark::es2panda::parser::ParserStatus
89 currentStatus &= (ParserStatus::MODULE | ParserStatus::ALLOW_NEW_TARGET | ParserStatus::IN_EXTENDS | in ParserContext()
/arkcompiler/ets_frontend/es2panda/parser/
H A Dcommonjs.cpp75 FunctionContext functionContext(this, ParserStatus::FUNCTION | ParserStatus::ALLOW_NEW_TARGET); in ParseCommonjs()
H A DparserImpl.cpp2661 SavedParserContext ctx(this, desc->newStatus | ParserStatus::ALLOW_NEW_TARGET | ParserStatus::STATIC_BLOCK | in ParseStaticBlock()
4006 FunctionContext functionContext(this, newStatus | ParserStatus::FUNCTION | ParserStatus::ALLOW_NEW_TARGET); in ParseFunction()
H A DexpressionParser.cpp1007 if (!(context_.Status() & ParserStatus::ALLOW_NEW_TARGET)) { in ParsePotentialNewTarget()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DparserImpl.cpp932 FunctionContext functionContext(this, newStatus | ParserStatus::FUNCTION | ParserStatus::ALLOW_NEW_TARGET); in ParseFunction()
H A DexpressionParser.cpp836 if ((context_.Status() & ParserStatus::ALLOW_NEW_TARGET) == 0) { in ParsePotentialNewTarget()

Completed in 20 milliseconds