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

/external/v8/src/
H A Dobjects.h4764 int NumberOfDescribedProperties(PropertyAttributes filter = NONE);
H A Dobjects.cc3335 int property_count = map_of_this->NumberOfDescribedProperties();
4208 int Map::NumberOfDescribedProperties(PropertyAttributes filter) { function in class:v8::internal::Map
10174 map()->NumberOfDescribedProperties(filter) :
H A Dheap.cc3963 map->NumberOfDescribedProperties() * 2 + initial_size);

Completed in 103 milliseconds