Searched defs:allowBreak (Results 1 – 3 of 3) sorted by relevance
427 void ParserImpl::ThrowPossibleOutOfBoundaryJumpError([[maybe_unused]] bool allowBreak) {} in ThrowPossibleOutOfBoundaryJumpError()436 …bool allowBreak = (context_.Status() & (ParserStatus::IN_ITERATION | ParserStatus::IN_SWITCH)) != … in ParseBreakStatement() local
2145 void TSParser::ThrowPossibleOutOfBoundaryJumpError(bool allowBreak) in ThrowPossibleOutOfBoundaryJumpError()
988 bool allowBreak = (context_.Status() & (ParserStatus::IN_ITERATION | ParserStatus::IN_SWITCH)); in ParseBreakStatement() local