| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index b4edb8484bcc83c365e4f4c5426db611431d86c1..7f96bf5891fe489bf30aef0ca0b2d96a0a71579f 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -4905,6 +4905,7 @@ class Code: public HeapObject {
|
| inline bool is_compare_ic_stub() { return kind() == COMPARE_IC; }
|
| inline bool is_compare_nil_ic_stub() { return kind() == COMPARE_NIL_IC; }
|
| inline bool is_to_boolean_ic_stub() { return kind() == TO_BOOLEAN_IC; }
|
| + inline bool is_keyed_stub();
|
|
|
| // [major_key]: For kind STUB or BINARY_OP_IC, the major key.
|
| inline int major_key();
|
|
|