| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index b230090888cbf25df65a1c01cf536678b97f3e61..4caacfe68508e42439b55995253f9390b3b9a73c 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -855,6 +855,11 @@ void AstGraphBuilder::VisitLiteral(Literal* expr) {
|
| }
|
|
|
|
|
| +void AstGraphBuilder::VisitTemplateLiteral(TemplateLiteral* expr) {
|
| + UNREACHABLE();
|
| +}
|
| +
|
| +
|
| void AstGraphBuilder::VisitRegExpLiteral(RegExpLiteral* expr) {
|
| Node* closure = GetFunctionClosure();
|
|
|
|
|