Chromium Code Reviews| Index: src/typing.cc |
| diff --git a/src/typing.cc b/src/typing.cc |
| index 1cfaf64f64a403e4a44b035c889c091625ac0592..47287ede3858836d83c670e2ffd97d1d9653cd02 100644 |
| --- a/src/typing.cc |
| +++ b/src/typing.cc |
| @@ -393,6 +393,9 @@ void AstTyper::VisitLiteral(Literal* expr) { |
| } |
| +void AstTyper::VisitTemplateLiteral(TemplateLiteral* node) {} |
| + |
| + |
| void AstTyper::VisitRegExpLiteral(RegExpLiteral* expr) { |
| NarrowType(expr, Bounds(Type::RegExp(zone()))); |
| } |