Home
last modified time | relevance | path

Searched defs:lastLength (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dlayout_info.cpp136 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 Dtagged_dictionary.cpp347 GetAllEnumKeys(JSThread *thread, const JSHandle<NumberDictionary> &obj, int offset, const JSHandle<TaggedArray> &keyArray, uint32_t *keys, int32_t lastLength) GetAllEnumKeys() argument
H A Djs_object-inl.h524 inline bool JSObject::IsDepulicateKeys(JSThread *thread, JSHandle<TaggedArray> keys, int32_t lastLength, in IsDepulicateKeys() argument
H A Djs_object.cpp1680 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