Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index fe8964f8504374a844a22e8afbbb2dba22417d6a..4a6aa55a8a949df41cbbc9ff73127e6347a22243 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -726,6 +726,11 @@ bool Object::IsMapCache() { |
} |
+bool Object::IsObjectHashTable() { |
+ return IsHashTable(); |
+} |
+ |
+ |
bool Object::IsPrimitive() { |
return IsOddball() || IsNumber() || IsString(); |
} |