Home | History | Annotate | Download | only in src

Lines Matching refs:property_count

3216   int property_count = real_size;
3218 property_count += expected_additional_properties;
3220 property_count += 2; // Make space for two more properties.
3223 NameDictionary::New(isolate, property_count);