| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index baaa5ab3470585d129ae8906fad1b19e9680ae15..a5ea659b60f2b35a0a0c7a0f864ffd9906508067 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -3530,6 +3530,8 @@ ACCESSORS(SharedFunctionInfo, inferred_name, String, kInferredNameOffset)
|
| ACCESSORS(SharedFunctionInfo, this_property_assignments, Object,
|
| kThisPropertyAssignmentsOffset)
|
|
|
| +SMI_ACCESSORS(SharedFunctionInfo, profiler_ticks, kProfilerTicksOffset)
|
| +
|
| BOOL_ACCESSORS(FunctionTemplateInfo, flag, hidden_prototype,
|
| kHiddenPrototypeBit)
|
| BOOL_ACCESSORS(FunctionTemplateInfo, flag, undetectable, kUndetectableBit)
|
|
|