Home
last modified time | relevance | path

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

/external/v8/src/
Dkeys.cc279 bool cache_enum_length = map->OnlyHasSimpleProperties(); in GetFastEnumPropertyKeys() local
305 if (cache_enum_length) map->SetEnumLength(own_property_count); in GetFastEnumPropertyKeys()
312 if (cache_enum_length) map->SetEnumLength(0); in GetFastEnumPropertyKeys()
347 if (cache_enum_length) { in GetFastEnumPropertyKeys()