Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index b12b1b1eefb2fddc577443356686fd329c25efe6..5ee91913251c81f4833f9230afc419b59f7db384 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -5636,6 +5636,7 @@ BOOL_ACCESSORS(FunctionTemplateInfo, flag, remove_prototype, |
kRemovePrototypeBit) |
BOOL_ACCESSORS(FunctionTemplateInfo, flag, do_not_cache, |
kDoNotCacheBit) |
+BOOL_ACCESSORS(FunctionTemplateInfo, flag, instantiated, kInstantiatedBit) |
BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_expression, |
kIsExpressionBit) |
BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_toplevel, |