Home
last modified time | relevance | path

Searched refs:DISALLOW_CONTINUE (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/context/
H A DparserContext.h62 DISALLOW_CONTINUE = (1 << 27), member in panda::es2panda::parser::ParserStatus
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp1114 (labelCtx->Status() & ParserStatus::DISALLOW_CONTINUE)) { in ParseContinueStatement()
1681 context_.Status() &= ~ParserStatus::DISALLOW_CONTINUE; in ParseLabelledStatement()
1683 context_.Status() |= ParserStatus::DISALLOW_CONTINUE; in ParseLabelledStatement()

Completed in 6 milliseconds