Home
last modified time | relevance | path

Searched refs:OnlyHasSimpleProperties (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dkeys.cc306 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()
Dmap.h636 bool OnlyHasSimpleProperties() const;
Dmap.cc1107 bool Map::OnlyHasSimpleProperties() const { in OnlyHasSimpleProperties() function in v8::internal::Map
Djs-objects.cc297 if (!map->OnlyHasSimpleProperties()) return Just(false); in FastAssign()
2090 if (!map->OnlyHasSimpleProperties()) return Just(false); in FastGetOwnValuesOrEntries()
/third_party/node/deps/v8/src/ic/
Dic.cc3161 !map->OnlyHasSimpleProperties()) { in CanFastCloneObject()