| Index: src/interpreter/bytecode-generator.h
|
| diff --git a/src/interpreter/bytecode-generator.h b/src/interpreter/bytecode-generator.h
|
| index bb96130460922305e675e3b9863f2dc03957d114..6f1d9ca3e2006b4bbfa3ead96fb6925858a6e340 100644
|
| --- a/src/interpreter/bytecode-generator.h
|
| +++ b/src/interpreter/bytecode-generator.h
|
| @@ -84,6 +84,7 @@ class BytecodeGenerator final : public AstVisitor {
|
| void VisitBlockDeclarationsAndStatements(Block* stmt);
|
| void VisitNewLocalBlockContext(Scope* scope);
|
| void VisitNewLocalCatchContext(Variable* variable);
|
| + void VisitNewLocalWithContext();
|
| void VisitFunctionClosureForContext();
|
| void VisitSetHomeObject(Register value, Register home_object,
|
| ObjectLiteralProperty* property, int slot_number = 0);
|
|
|