| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index ef0ef8119c66428bd57ea077744b4bc33e516141..142a3dd11db835074a05e7db8326b47cf57116bb 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -6808,6 +6808,7 @@ ACCESSORS(Code, relocation_info, ByteArray, kRelocationInfoOffset)
|
| ACCESSORS(Code, handler_table, FixedArray, kHandlerTableOffset)
|
| ACCESSORS(Code, deoptimization_data, FixedArray, kDeoptimizationDataOffset)
|
| ACCESSORS(Code, source_position_table, ByteArray, kSourcePositionTableOffset)
|
| +ACCESSORS(Code, protected_instructions, FixedArray, kProtectedInstructionOffset)
|
| ACCESSORS(Code, raw_type_feedback_info, Object, kTypeFeedbackInfoOffset)
|
| ACCESSORS(Code, next_code_link, Object, kNextCodeLinkOffset)
|
|
|
|
|