Searched defs:lastLength (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | layout_info.cpp | 136 GetAllEnumKeys(JSThread *thread, int end, int offset, JSHandle<TaggedArray> keyArray, uint32_t *keys, JSHandle<TaggedQueue> shadowQueue, const JSHandle<JSObject> object, int32_t lastLength) GetAllEnumKeys() argument
|
| H A D | tagged_dictionary.cpp | 347 GetAllEnumKeys(JSThread *thread, const JSHandle<NumberDictionary> &obj, int offset, const JSHandle<TaggedArray> &keyArray, uint32_t *keys, int32_t lastLength) GetAllEnumKeys() argument
|
| H A D | js_object-inl.h | 524 inline bool JSObject::IsDepulicateKeys(JSThread *thread, JSHandle<TaggedArray> keys, int32_t lastLength, in IsDepulicateKeys() argument
|
| H A D | js_object.cpp | 1680 int32_t lastLength = *keys; in AppendOwnEnumPropertyKeys() local 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
|
Completed in 9 milliseconds