Home | History | Annotate | Download | only in src

Lines Matching refs:BreakableStatementChecker

30 class BreakableStatementChecker: public AstVisitor {
32 explicit BreakableStatementChecker(Zone* zone) : is_breakable_(false) {
50 DISALLOW_COPY_AND_ASSIGN(BreakableStatementChecker);