Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index f197b238ffd39cb8a6088d5662177295b0dc7047..a49aca6844135280199c0a9b47b9b3fc6bb2fd9f 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5626,6 +5626,7 @@ class Map: public HeapObject { |
inline void NotifyLeafMapLayoutChange(); |
inline bool CanOmitPrototypeChecks(); |
+ inline bool CanOmitCheckMaps(); |
ulan
2013/07/23 09:15:46
I would prefer "CanOmitMapChecks".
|
void AddDependentCompilationInfo(DependentCode::DependencyGroup group, |
CompilationInfo* info); |