Home
last modified time | relevance | path

Searched defs:allowBreak (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp2145 void TSParser::ThrowPossibleOutOfBoundaryJumpError(bool allowBreak) in ThrowPossibleOutOfBoundaryJumpError() argument
H A DstatementParser.cpp432 void ParserImpl::ThrowPossibleOutOfBoundaryJumpError([[maybe_unused]] bool allowBreak) {} in ThrowPossibleOutOfBoundaryJumpError() argument
441 bool allowBreak = (context_.Status() & (ParserStatus::IN_ITERATION | ParserStatus::IN_SWITCH)) != 0; in ParseBreakStatement() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp1015 bool allowBreak = (context_.Status() & (ParserStatus::IN_ITERATION | ParserStatus::IN_SWITCH)); in ParseBreakStatement() local

Completed in 11 milliseconds