Searched refs:CopyQueue (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_queue.cpp | 58 … newElements = thread->GetEcmaVM()->GetFactory()->CopyQueue(oldElements, newCapacity, front, tail); in GrowCapacity() 167 thread->GetEcmaVM()->GetFactory()->CopyQueue(oldElements, newCapacity, front, tail); in OwnKeys() 186 thread->GetEcmaVM()->GetFactory()->CopyQueue(oldElements, newCapacity, front, tail); in OwnEnumKeys()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_factory.h | 560 JSHandle<TaggedArray> CopyQueue(const JSHandle<TaggedArray> &old, uint32_t newLength,
|
D | object_factory.cpp | 3682 JSHandle<TaggedArray> ObjectFactory::CopyQueue(const JSHandle<TaggedArray> &old, uint32_t newLength, in CopyQueue() function in panda::ecmascript::ObjectFactory
|