Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 50128a25ecc8b3e850960997428f4332c1957150..b554699f7cef982aa8e2d093a554e7427903aa53 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -6651,6 +6651,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 |