Home | History | Annotate | Download | only in src

Lines Matching refs:property_count

4582   int property_count = real_size;
4584 property_count += expected_additional_properties;
4586 property_count += 2; // Make space for two more properties.
4589 isolate->factory()->NewNameDictionary(property_count);