Searched refs:property_count (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dparser.h70 int property_count() { return backing_[kPropertyCountOffset]; } function in class:v8::internal::BASE_EMBEDDED
H A Dobjects.cc2114 int property_count = map()->NumberOfDescribedProperties(); local
2116 property_count += expected_additional_properties;
2118 property_count += 2; // Make space for two more properties.
2121 StringDictionary::Allocate(property_count * 2);
H A Dparser.cc3758 expected_property_count = entry.property_count();

Completed in 64 milliseconds