Home | History | Annotate | Download | only in src

Lines Matching refs:property_count

3335   int property_count = map_of_this->NumberOfDescribedProperties();
3337 property_count += expected_additional_properties;
3339 property_count += 2; // Make space for two more properties.
3342 { MaybeObject* maybe_dictionary = StringDictionary::Allocate(property_count);