Searched refs:own_property_count (Results 1 – 1 of 1) sorted by relevance
8465 int own_property_count = map->EnumLength(); in GetFastEnumPropertyKeys() local8470 if (own_property_count == kInvalidEnumCacheSentinel) { in GetFastEnumPropertyKeys()8471 own_property_count = in GetFastEnumPropertyKeys()8475 own_property_count == in GetFastEnumPropertyKeys()8485 if (own_property_count <= keys->length()) { in GetFastEnumPropertyKeys()8487 if (cache_enum_length) map->SetEnumLength(own_property_count); in GetFastEnumPropertyKeys()8488 return ReduceFixedArrayTo(keys, own_property_count); in GetFastEnumPropertyKeys()8501 isolate->factory()->NewFixedArray(own_property_count); in GetFastEnumPropertyKeys()8503 isolate->factory()->NewFixedArray(own_property_count); in GetFastEnumPropertyKeys()8528 map->SetEnumLength(own_property_count); in GetFastEnumPropertyKeys()