Home | History | Annotate | Download | only in src

Lines Matching refs:property_count

4575   int property_count = real_size;
4577 property_count += expected_additional_properties;
4579 property_count += 2; // Make space for two more properties.
4582 NameDictionary::New(isolate, property_count);