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

/external/chromium_org/v8/src/
H A Dobjects.cc5635 int Map::NumberOfDescribedProperties(DescriptorFlag which, function in class:v8::internal::Map
5699 own_property_count = object->map()->NumberOfDescribedProperties(
5702 DCHECK(own_property_count == object->map()->NumberOfDescribedProperties(
13234 return map->NumberOfDescribedProperties(OWN_DESCRIPTORS, filter);

Completed in 127 milliseconds