Searched refs:IsHashTable (Results 1 – 7 of 7) sorted by relevance
780 CHECK(table()->IsHashTable() || table()->IsUndefined()); in JSWeakMapVerify()788 CHECK(table()->IsHashTable() || table()->IsUndefined()); in JSWeakSetVerify()
886 bool Object::IsHashTable() const { in IsHashTable() function894 return IsHashTable(); in IsWeakHashTable()899 return IsHashTable() && in IsDictionary()923 return IsHashTable(); in IsStringTable()953 return IsHashTable(); in IsCompilationCacheTable()958 return IsHashTable(); in IsCodeCacheHashTable()963 return IsHashTable(); in IsPolymorphicCodeCacheHashTable()968 return IsHashTable(); in IsMapCache()973 return IsHashTable(); in IsObjectHashTable()3466 SLOW_DCHECK(obj->IsHashTable()); in STRUCT_LIST()[all …]
6127 if (inline_value->IsHashTable()) { in GetOrCreateHiddenPropertiesHashtable()
417 if (!weak_collection->table()->IsHashTable()) return; in VisitWeakCollection()
2400 if (weak_collection->table()->IsHashTable()) { in ProcessWeakCollections()2427 if (weak_collection->table()->IsHashTable()) { in ClearWeakCollections()
2409 CHECK(!obj->IsHashTable()); in SerializeObject()
4894 if (heap->weak_object_to_code_table()->IsHashTable()) { in TEST()