| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index dc5048d0bd720e09329a77691fefeed3c4ac070a..ec21813f67016f93836d3dfe3d6800bb81b42c42 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -6803,6 +6803,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)
|
|
|
|
|