Index: src/ic/ic-state.h |
diff --git a/src/ic/ic-state.h b/src/ic/ic-state.h |
index 1ba37b99dbfd4d7e722452fde28475a3d58a5480..0de01274876afd7e68c46e9a4bdc6a3041b2c027 100644 |
--- a/src/ic/ic-state.h |
+++ b/src/ic/ic-state.h |
@@ -82,6 +82,7 @@ class BinaryOpICState final BASE_EMBEDDED { |
} |
ExtraICState GetExtraICState() const; |
+ std::string ToString() const; |
static void GenerateAheadOfTime(Isolate*, |
void (*Generate)(Isolate*, |