Searched refs:SetEnumLength (Results 1 – 4 of 4) sorted by relevance
236 map->SetEnumLength(0); in TrySettingEmptyEnumCache()308 if (map->OnlyHasSimpleProperties()) map->SetEnumLength(enum_length); in GetFastEnumPropertyKeys()355 if (map->OnlyHasSimpleProperties()) map->SetEnumLength(enum_length); in GetFastEnumPropertyKeys()452 map->SetEnumLength(0); in GetOwnKeysWithUninitializedEnumCache()
4654 current->SetEnumLength(kInvalidEnumCacheSentinel); in ReplaceDescriptors()
610 inline void SetEnumLength(int length);
171 void Map::SetEnumLength(int length) { in SetEnumLength() function