Searched refs:GetLocalElementKeys (Results 1 – 3 of 3) sorted by relevance
8352 return GetLocalElementKeys(NULL, filter); in NumberOfLocalElements()8370 int JSObject::GetLocalElementKeys(FixedArray* storage, in GetLocalElementKeys() function in v8::internal::JSObject8447 return GetLocalElementKeys(storage, in GetEnumElementKeys()
1668 int GetLocalElementKeys(FixedArray* storage, PropertyAttributes filter);
4385 obj->GetLocalElementKeys(*names, static_cast<PropertyAttributes>(NONE)); in RUNTIME_FUNCTION()