| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 9fa008fceee1dfa90f7a2509ff177128ede9b4eb..264cc0bc736c12299917dba361eb6d9b54b77feb 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -3200,6 +3200,7 @@ class Code: public HeapObject {
|
| static const char* Kind2String(Kind kind);
|
| static const char* ICState2String(InlineCacheState state);
|
| static const char* PropertyType2String(PropertyType type);
|
| + static void PrintExtraICState(FILE* out, Kind kind, ExtraICState extra);
|
| inline void Disassemble(const char* name) {
|
| Disassemble(name, stdout);
|
| }
|
|
|