| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 03db209f13050d943702f10fffbca0a49e7b229c..b3cca1a459165acf82217797c915519cc52c6962 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -4156,6 +4156,9 @@ class BytecodeArray : public FixedArrayBase {
|
| inline int frame_size() const;
|
| inline void set_frame_size(int frame_size);
|
|
|
| + // Accessor for local count (derived from frame_size).
|
| + inline int local_count() const;
|
| +
|
| // Accessors for parameter count (including implicit 'this' receiver).
|
| inline int parameter_count() const;
|
| inline void set_parameter_count(int number_of_parameters);
|
|
|