| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index c28518b3c91e1b0aca7ecb7970b1c5b4604f2f1b..965cb80cac738642fe30b7f5d9d50d6e553381b6 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -2440,6 +2440,9 @@ void AstGraphBuilder::VisitCompareOperation(CompareOperation* expr) {
|
| }
|
|
|
|
|
| +void AstGraphBuilder::VisitSpread(Spread* expr) { UNREACHABLE(); }
|
| +
|
| +
|
| void AstGraphBuilder::VisitThisFunction(ThisFunction* expr) {
|
| Node* value = GetFunctionClosure();
|
| ast_context()->ProduceValue(value);
|
|
|