Index: src/globals.h |
=================================================================== |
--- src/globals.h (revision 5007) |
+++ src/globals.h (working copy) |
@@ -463,6 +463,12 @@ |
}; |
+enum InlineCacheHolderFlag { |
+ OWN_MAP, // For fast properties objects. |
+ PROTOTYPE_MAP // For slow properties objects (except GlobalObjects). |
+}; |
+ |
+ |
// Type of properties. |
// Order of properties is significant. |
// Must fit in the BitField PropertyDetails::TypeField. |