H A D | js_object.cpp | 708 int32_t lastLength) in CollectEnumElementsAlongProtoChain() 732 bool isDuplicated = IsDepulicateKeys(thread, elementArray, lastLength, emptyQueue, keyHandle); in CollectEnumElementsAlongProtoChain() 743 thread, JSHandle<NumberDictionary>(arr), elementIndex, elementArray, keys, lastLength); in CollectEnumElementsAlongProtoChain() 1658 JSHandle<TaggedQueue> shadowQueue, int32_t lastLength) in CollectEnumKeysAlongProtoChain() 1668 ->GetAllEnumKeys(thread, end, *keys, keyArray, keys, shadowQueue, obj, lastLength); in CollectEnumKeysAlongProtoChain() 1673 dict->GetAllEnumKeys(thread, *keys, keyArray, keys, shadowQueue, lastLength); in CollectEnumKeysAlongProtoChain() 1680 int32_t lastLength = *keys; in AppendOwnEnumPropertyKeys() local 1683 CollectEnumElementsAlongProtoChain(thread, obj, *keys, keyArray, keys, lastLength); in AppendOwnEnumPropertyKeys() 1685 CollectEnumKeysAlongProtoChain(thread, obj, keyArray, keys, shadowQueue, lastLength); in AppendOwnEnumPropertyKeys() 706 CollectEnumElementsAlongProtoChain(JSThread *thread, const JSHandle<JSObject> &obj, int offset, JSHandle<TaggedArray> elementArray, uint32_t *keys, int32_t lastLength) CollectEnumElementsAlongProtoChain() argument 1656 CollectEnumKeysAlongProtoChain(JSThread *thread, const JSHandle<JSObject> &obj, JSHandle<TaggedArray> keyArray, uint32_t *keys, JSHandle<TaggedQueue> shadowQueue, int32_t lastLength) CollectEnumKeysAlongProtoChain() argument
|