Lines Matching refs:GetAllEnumKeys
546 JSHandle<TaggedArray> JSObject::GetAllEnumKeys(JSThread *thread, const JSHandle<JSObject> &obj,
572 ->GetAllEnumKeys(thread, end, EnumCache::ENUM_CACHE_HEADER_SIZE, keyArray, keys, obj);
585 dict->GetAllEnumKeys(thread, 0, keyArray, keys);
589 uint32_t JSObject::GetAllEnumKeys(JSThread *thread, const JSHandle<JSObject> &obj, int offset,
599 ->GetAllEnumKeys(thread, end, offset, keyArray, &keys, obj);
610 dict->GetAllEnumKeys(thread, offset, keyArray, &keys);
742 NumberDictionary::GetAllEnumKeys(
770 NumberDictionary::GetAllEnumKeys(thread, JSHandle<NumberDictionary>(elements), elementIndex, keyArray, &keys);
1668 ->GetAllEnumKeys(thread, end, *keys, keyArray, keys, shadowQueue, obj, lastLength);
1673 dict->GetAllEnumKeys(thread, *keys, keyArray, keys, shadowQueue, lastLength);
1698 GetAllEnumKeys(thread, obj, static_cast<int32_t>(numOfElements), keyArray);