Searched defs:NumberOfDescribedProperties (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects.cc5780 int Map::NumberOfDescribedProperties(DescriptorFlag which, function in class:v8::internal::Map
9065 live_enum = map->NumberOfDescribedProperties(OWN_DESCRIPTORS, DONT_ENUM);
12947 return map->NumberOfDescribedProperties(OWN_DESCRIPTORS, filter);
/external/v8/src/
H A Dobjects.cc3335 int property_count = map_of_this->NumberOfDescribedProperties();
4208 int Map::NumberOfDescribedProperties(PropertyAttributes filter) { function in class:v8::internal::Map
10181 map()->NumberOfDescribedProperties(filter) :

Completed in 141 milliseconds