| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index e7dcd631a85eadf901eb9c36659d067e49f81998..7bad1690f665597fc4ee828902599727ed6a6276 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -5771,6 +5771,7 @@ void SharedFunctionInfo::set_kind(FunctionKind kind) {
|
| }
|
|
|
|
|
| +BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, uses_super, kUsesSuper)
|
| BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, native, kNative)
|
| BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, inline_builtin,
|
| kInlineBuiltin)
|
| @@ -5788,9 +5789,6 @@ 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)
|
|
|