Home | History | Annotate | Download | only in src

Lines Matching refs:property_count

4181   int property_count = real_size;
4183 property_count += expected_additional_properties;
4185 property_count += 2; // Make space for two more properties.
4188 NameDictionary::New(isolate, property_count);