Index: src/full-codegen/full-codegen.h |
diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h |
index 665ffb8bfab8bd5f776e1d00158daee7d0b7d705..ba60cc1da05323210bdbaebab985d163c0dc7b87 100644 |
--- a/src/full-codegen/full-codegen.h |
+++ b/src/full-codegen/full-codegen.h |
@@ -572,7 +572,8 @@ class FullCodeGenerator final : public AstVisitor<FullCodeGenerator> { |
// Complete a variable assignment. The right-hand-side value is expected |
// in the accumulator. |
void EmitVariableAssignment(Variable* var, Token::Value op, |
- FeedbackVectorSlot slot); |
+ FeedbackVectorSlot slot, |
+ HoleCheckMode hole_check_mode); |
// Helper functions to EmitVariableAssignment |
void EmitStoreToStackLocalOrContextSlot(Variable* var, |