Home | History | Annotate | Download | only in src

Lines Matching refs:EmptyStatement

99 void BreakableStatementChecker::VisitEmptyStatement(EmptyStatement* stmt) {
964 void FullCodeGenerator::VisitEmptyStatement(EmptyStatement* stmt) {
965 Comment cmnt(masm_, "[ EmptyStatement");