| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index f5d5c527106c56929d0bc15fa3c6afed5a04b260..dc6e739c1693152bd78a72411fd1c557948e6aa4 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -5826,6 +5826,9 @@ Code* DebugInfo::DebugCode() {
|
| return shared()->code();
|
| }
|
|
|
| +ACCESSORS(BreakPoint, condition, String, kConditionIndex);
|
| +ACCESSORS(BreakPoint, data, Object, kDataIndex);
|
| +
|
| SMI_ACCESSORS(BreakPointInfo, source_position, kSourcePositionIndex)
|
| ACCESSORS(BreakPointInfo, break_point_objects, Object, kBreakPointObjectsIndex)
|
|
|
|
|