Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index ee8a5285b7e07982cf8dc90325dda7899f67d21e..3d4578ed5c39ae64d05d49df411f561272213bf9 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -4054,6 +4054,7 @@ int BytecodeArray::parameter_count() const { |
ACCESSORS(BytecodeArray, constant_pool, FixedArray, kConstantPoolOffset) |
+ACCESSORS(BytecodeArray, handler_table, FixedArray, kHandlerTableOffset) |
Address BytecodeArray::GetFirstBytecodeAddress() { |