Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index bf0d240266fecda50c338350c15c5d72a820b959..d68fcfadb8c6ff36cf34e92c4bf618d2eb64e66d 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -7995,6 +7995,8 @@ class Name: public HeapObject { |
// Casting. |
static inline Name* cast(Object* obj); |
+ bool IsCacheable(Isolate* isolate); |
+ |
DECLARE_PRINTER(Name) |
// Layout description. |