| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 5a872857bbab22ebeddbbc1a1212d09631803a06..264740611359da7a88de9cf4dbe9e9145c4daf42 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -4764,6 +4764,7 @@ class HandlerTable : public FixedArray {
|
| inline int GetRangeStart(int index) const;
|
| inline int GetRangeEnd(int index) const;
|
| inline int GetRangeHandler(int index) const;
|
| + inline int GetRangeDepth(int index) const;
|
|
|
| // Setters for handler table based on ranges.
|
| inline void SetRangeStart(int index, int value);
|
|
|