| Index: src/full-codegen/full-codegen.h
|
| diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h
|
| index 3635e29f6be09c0b35f20866a71048a59f014182..9a34cf93f0f2cf5f5e37b0808a052f8769527bdb 100644
|
| --- a/src/full-codegen/full-codegen.h
|
| +++ b/src/full-codegen/full-codegen.h
|
| @@ -472,7 +472,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,
|
|
|