Chromium Code Reviews| Index: src/full-codegen.cc |
| =================================================================== |
| --- src/full-codegen.cc (revision 15486) |
| +++ src/full-codegen.cc (working copy) |
| @@ -76,12 +76,15 @@ |
| void BreakableStatementChecker::VisitModuleLiteral(ModuleLiteral* module) { |
| } |
| + |
| void BreakableStatementChecker::VisitModuleVariable(ModuleVariable* module) { |
| } |
| + |
| void BreakableStatementChecker::VisitModulePath(ModulePath* module) { |
| } |
| + |
| void BreakableStatementChecker::VisitModuleUrl(ModuleUrl* module) { |
| } |