Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 94a3cb3c947a63512d0515cee178bc5e47bcbee5..38617b577ba297116fdc5d296f362b255fd70d8b 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -5583,6 +5583,8 @@ BOOL_ACCESSORS(FunctionTemplateInfo, flag, remove_prototype, |
BOOL_ACCESSORS(FunctionTemplateInfo, flag, do_not_cache, |
kDoNotCacheBit) |
BOOL_ACCESSORS(FunctionTemplateInfo, flag, instantiated, kInstantiatedBit) |
+BOOL_ACCESSORS(FunctionTemplateInfo, flag, accept_any_receiver, |
+ kAcceptAnyReceiver) |
BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_expression, |
kIsExpressionBit) |
BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_toplevel, |