Searched defs:shadowQueue (Results 1 - 5 of 5) 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 | property_accessor.cpp | 203 JSHandle<TaggedQueue> shadowQueue = factory->NewTaggedQueue(shadowKeyLength_ + 1); in GetKeysFast() local
|
| H A D | tagged_dictionary.cpp | 149 GetAllEnumKeys(JSThread *thread, int offset, JSHandle<TaggedArray> keyArray, uint32_t *keys, JSHandle<TaggedQueue> shadowQueue, int32_t lastLength) const GetAllEnumKeys() argument
|
| H A D | js_object-inl.h | 524 IsDepulicateKeys(JSThread *thread, JSHandle<TaggedArray> keys, int32_t lastLength, JSHandle<TaggedQueue> shadowQueue, JSHandle<JSTaggedValue> key) IsDepulicateKeys() argument
|
| H A D | js_object.cpp | 1656 CollectEnumKeysAlongProtoChain(JSThread *thread, const JSHandle<JSObject> &obj, JSHandle<TaggedArray> keyArray, uint32_t *keys, JSHandle<TaggedQueue> shadowQueue, int32_t lastLength) CollectEnumKeysAlongProtoChain() argument 1676 AppendOwnEnumPropertyKeys(JSThread *thread, const JSHandle<JSObject> &obj, JSHandle<TaggedArray> keyArray, uint32_t *keys, JSHandle<TaggedQueue> shadowQueue) AppendOwnEnumPropertyKeys() argument
|
Completed in 15 milliseconds