Lines Matching defs:properties
388 // Determine the actual number of enumerable properties of the {map}.
481 // filter to use fast path in cases where we tried to verify all properties
518 // Try initializing the enum cache and return own properties.
529 // The properties-only case failed because there were probably elements on the
809 int properties = 0;
832 storage->set(properties, Name::cast(key));
838 storage->set(properties, Smi::FromInt(i.as_int()));
841 properties++;
842 if (mode == KeyCollectionMode::kOwnOnly && properties == length) break;
845 CHECK_EQ(length, properties);
986 // If the number of properties equals the length of enumerable properties
1114 // ...whereas [[OwnPropertyKeys]] shall return allowlisted properties.