| Index: src/objects-inl.h
 | 
| diff --git a/src/objects-inl.h b/src/objects-inl.h
 | 
| index 0288bfb81b7e54558da93d22665009a8c30f7d1e..2c829068315b86bf237a321b4d2f17b508ef72c1 100644
 | 
| --- a/src/objects-inl.h
 | 
| +++ b/src/objects-inl.h
 | 
| @@ -5684,6 +5684,11 @@ BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_arrow, kIsArrow)
 | 
|  BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_generator, kIsGenerator)
 | 
|  BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_concise_method,
 | 
|                 kIsConciseMethod)
 | 
| +BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_default_constructor,
 | 
| +               kIsDefaultConstructor)
 | 
| +BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints,
 | 
| +               is_default_constructor_call_super,
 | 
| +               kIsDefaultConstructorCallSuper)
 | 
|  
 | 
|  ACCESSORS(CodeCache, default_cache, FixedArray, kDefaultCacheOffset)
 | 
|  ACCESSORS(CodeCache, normal_type_cache, Object, kNormalTypeCacheOffset)
 | 
| 
 |