Index: src/heap.h |
=================================================================== |
--- src/heap.h (revision 4057) |
+++ src/heap.h (working copy) |
@@ -346,6 +346,9 @@ |
// Allocate a map for the specified function |
static Object* AllocateInitialMap(JSFunction* fun); |
+ // Allocates an empty code cache. |
+ static Object* AllocateCodeCache(); |
+ |
// Allocates and fully initializes a String. There are two String |
// encodings: ASCII and two byte. One should choose between the three string |
// allocation functions based on the encoding of the string buffer used to |