Home
last modified time | relevance | path

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

/external/v8/src/
Dkeys.cc283 int own_property_count = map->EnumLength(); in GetFastEnumPropertyKeys() local
288 if (own_property_count == kInvalidEnumCacheSentinel) { in GetFastEnumPropertyKeys()
289 own_property_count = in GetFastEnumPropertyKeys()
293 own_property_count == in GetFastEnumPropertyKeys()
303 if (own_property_count <= keys->length()) { in GetFastEnumPropertyKeys()
305 if (cache_enum_length) map->SetEnumLength(own_property_count); in GetFastEnumPropertyKeys()
306 return ReduceFixedArrayTo(isolate, keys, own_property_count); in GetFastEnumPropertyKeys()
319 isolate->factory()->NewFixedArray(own_property_count); in GetFastEnumPropertyKeys()
321 isolate->factory()->NewFixedArray(own_property_count); in GetFastEnumPropertyKeys()
348 map->SetEnumLength(own_property_count); in GetFastEnumPropertyKeys()