Searched refs:HandleDoWhileStatement (Results 1 – 2 of 2) sorted by relevance
27 return HandleDoWhileStatement(ctx, ast->AsDoWhileStatement()); in operator ()()86 [[nodiscard]] CheckResult CheckInfiniteLoop::HandleDoWhileStatement(CheckContext &ctx, in HandleDoWhileStatement() function in ark::es2panda::compiler::ast_verifier::CheckInfiniteLoop
32 …[[nodiscard]] CheckResult HandleDoWhileStatement(CheckContext &ctx, const ir::DoWhileStatement *co…