Home | History | Annotate | Download | only in src

Lines Matching full:property_count

5548   int property_count = real_size;
5550 property_count += expected_additional_properties;
5552 property_count += 2; // Make space for two more properties.
5555 NameDictionary::New(isolate, property_count);