Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index cd8426f08fa5fbe6d79ea99489bf4b3b8d9905ef..8a3cbec19d274bd716ec94cf2916a7b6d43b1f0a 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -4569,6 +4569,8 @@ BOOL_ACCESSORS(FunctionTemplateInfo, flag, read_only_prototype, |
kReadOnlyPrototypeBit) |
BOOL_ACCESSORS(FunctionTemplateInfo, flag, remove_prototype, |
kRemovePrototypeBit) |
+BOOL_ACCESSORS(FunctionTemplateInfo, flag, do_not_cache, |
+ kDoNotCacheBit) |
BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_expression, |
kIsExpressionBit) |
BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_toplevel, |