NumberOfLocalProperties  715 src/handles.cc     int num_enum = object->NumberOfLocalProperties(DONT_ENUM);
NumberOfLocalProperties  769 src/handles.cc     int num_enum = object->NumberOfLocalProperties(DONT_ENUM);
NumberOfLocalProperties 10412 src/objects.cc   ASSERT(storage->length() >= (NumberOfLocalProperties() - index));
NumberOfLocalProperties 1890 src/objects.h    int NumberOfLocalProperties(PropertyAttributes filter = NONE);
NumberOfLocalProperties  177 src/runtime.cc           heap->AllocateFixedArray(copy->NumberOfLocalProperties());
NumberOfLocalProperties 5171 src/runtime.cc     n = jsproto->NumberOfLocalProperties();