Home | History | Annotate | Download | only in src

Lines Matching full:live_enum

9321   int live_enum = map->EnumLength();
9322 if (live_enum == kInvalidEnumCacheSentinel) {
9323 live_enum = map->NumberOfDescribedProperties(OWN_DESCRIPTORS, DONT_ENUM);
9325 if (live_enum == 0) return descriptors->ClearEnumCache();
9329 int to_trim = enum_cache->length() - live_enum;