| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index ffde816db884459d8b55c034391886cadc394b5c..1e26178bf7d262b9955a2824d5a94244e2fc26b3 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -5141,6 +5141,7 @@ class Code: public HeapObject {
|
| // [major_key]: For kind STUB or BINARY_OP_IC, the major key.
|
| inline int major_key();
|
| inline void set_major_key(int value);
|
| + inline bool has_major_key();
|
|
|
| // For kind STUB or ICs, tells whether or not a code object was generated by
|
| // the optimizing compiler (but it may not be an optimized function).
|
|
|