Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 1c8e0e16e60405f0c03b08b971057b51fa7a9d45..1f57f554922504d9efe0657dc7dbb60d0d2021cf 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -2642,6 +2642,9 @@ class KeyedLookupCache { |
} |
} |
+ int ConvertToFastIndexForGeneratedCode(Map* map, int index); |
+ int ConvertFromFastIndexForGeneratedCode(Map* map, int index); |
+ |
static inline int Hash(Map* map, Name* name); |
// Get the address of the keys and field_offsets arrays. Used in |