| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 5ad593bfa6630d6fe0df69e71a15f6d8efe4a722..e9d8a2fbd2d6b8e652fe5769cabb3d5ce298bfac 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -6847,6 +6847,7 @@ CODE_ACCESSORS(handler_table, FixedArray, kHandlerTableOffset)
|
| CODE_ACCESSORS(deoptimization_data, FixedArray, kDeoptimizationDataOffset)
|
| CODE_ACCESSORS(source_position_table, ByteArray, kSourcePositionTableOffset)
|
| CODE_ACCESSORS(protected_instructions, FixedArray, kProtectedInstructionOffset)
|
| +CODE_ACCESSORS(trap_handler_index, Smi, kTrapHandlerIndex)
|
| CODE_ACCESSORS(raw_type_feedback_info, Object, kTypeFeedbackInfoOffset)
|
| CODE_ACCESSORS(next_code_link, Object, kNextCodeLinkOffset)
|
| #undef CODE_ACCESSORS
|
|
|