Searched refs:NumberOfLocalProperties (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dhandles.cc715 int num_enum = object->NumberOfLocalProperties(DONT_ENUM);
769 int num_enum = object->NumberOfLocalProperties(DONT_ENUM);
H A Dobjects.h1865 int NumberOfLocalProperties(PropertyAttributes filter = NONE);
H A Dobjects.cc10172 int JSObject::NumberOfLocalProperties(PropertyAttributes filter) { function in class:v8::internal::JSObject
10296 ASSERT(storage->length() >= (NumberOfLocalProperties() - index));
H A Druntime.cc177 heap->AllocateFixedArray(copy->NumberOfLocalProperties());
4957 n = jsproto->NumberOfLocalProperties();

Completed in 123 milliseconds