| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index dc5048d0bd720e09329a77691fefeed3c4ac070a..5c4a34e8e4d3e7130cc29f77307ea1562e125557 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -4227,7 +4227,7 @@ int BytecodeArray::parameter_count() const {
|
| return READ_INT_FIELD(this, kParameterSizeOffset) >> kPointerSizeLog2;
|
| }
|
|
|
| -
|
| +INT_ACCESSORS(Code, exception_hint, kExceptionHintOffset);
|
| ACCESSORS(BytecodeArray, constant_pool, FixedArray, kConstantPoolOffset)
|
| ACCESSORS(BytecodeArray, handler_table, FixedArray, kHandlerTableOffset)
|
| ACCESSORS(BytecodeArray, source_position_table, ByteArray,
|
|
|