Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 7b3d06f9d39fef1410e15f49ee4c0b0782a6a5bd..ddcfb67328f5ded54e256dd05748d5eaccd9b7c7 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -6652,6 +6652,7 @@ CODE_ACCESSORS(relocation_info, ByteArray, kRelocationInfoOffset) |
CODE_ACCESSORS(handler_table, FixedArray, kHandlerTableOffset) |
CODE_ACCESSORS(deoptimization_data, FixedArray, kDeoptimizationDataOffset) |
CODE_ACCESSORS(source_position_table, ByteArray, kSourcePositionTableOffset) |
+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 |