Home
last modified time | relevance | path

Searched refs:SetEnumLength (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dkeys.cc310 map.SetEnumLength(0); in TrySettingEmptyEnumCache()
394 if (map->OnlyHasSimpleProperties()) map->SetEnumLength(enum_length); in GetFastEnumPropertyKeys()
441 if (map->OnlyHasSimpleProperties()) map->SetEnumLength(enum_length); in GetFastEnumPropertyKeys()
548 map.SetEnumLength(0); in GetOwnKeysWithUninitializedEnumCache()
Dmap.h638 inline void SetEnumLength(int length);
Dmap-inl.h235 void Map::SetEnumLength(int length) { in SetEnumLength() function
Dmap.cc609 current.SetEnumLength(kInvalidEnumCacheSentinel); in ReplaceDescriptors()