Searched refs:OnlyHasSimpleProperties (Results 1 – 5 of 5) sorted by relevance
306 if (!map.OnlyHasSimpleProperties()) return; in TrySettingEmptyEnumCache()381 DCHECK(map->OnlyHasSimpleProperties()); in GetFastEnumPropertyKeys()394 if (map->OnlyHasSimpleProperties()) map->SetEnumLength(enum_length); in GetFastEnumPropertyKeys()441 if (map->OnlyHasSimpleProperties()) map->SetEnumLength(enum_length); in GetFastEnumPropertyKeys()
636 bool OnlyHasSimpleProperties() const;
1107 bool Map::OnlyHasSimpleProperties() const { in OnlyHasSimpleProperties() function in v8::internal::Map
297 if (!map->OnlyHasSimpleProperties()) return Just(false); in FastAssign()2090 if (!map->OnlyHasSimpleProperties()) return Just(false); in FastGetOwnValuesOrEntries()
3161 !map->OnlyHasSimpleProperties()) { in CanFastCloneObject()