| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index d3e3ec11bd9cff01a258359ccce3495d89a5cb68..3d572583c48563fb234c728ada754fa456a8afd4 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -5792,7 +5792,10 @@ void SharedFunctionInfo::set_kind(FunctionKind kind) {
|
| }
|
|
|
|
|
| -BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, uses_super, kUsesSuper)
|
| +BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, uses_super_property,
|
| + kUsesSuperProperty)
|
| +BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, uses_super_constructor_call,
|
| + kUsesSuperConstructorCall)
|
| BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, native, kNative)
|
| BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, inline_builtin,
|
| kInlineBuiltin)
|
|
|