Home
last modified time | relevance | path

Searched defs:oldElements (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_queue.cpp49 JSHandle<TaggedArray> oldElements(thread, obj->GetElements()); in GrowCapacity() local
160 JSHandle<TaggedArray> oldElements(thread, obj->GetElements()); in OwnKeys() local
179 JSHandle<TaggedArray> oldElements(thread, obj->GetElements()); in OwnEnumKeys() local
Djs_api_deque.cpp102 JSHandle<TaggedArray> oldElements(thread, deque->GetElements()); in GrowCapacity() local
205 JSHandle<TaggedArray> oldElements(thread, deque->GetElements()); in OwnKeys() local
224 JSHandle<TaggedArray> oldElements(thread, deque->GetElements()); in OwnEnumKeys() local
Djs_api_stack.cpp85 JSHandle<TaggedArray> oldElements(thread, obj->GetElements()); in GrowCapacity() local
Djs_api_arraylist.cpp362 JSHandle<TaggedArray> oldElements(thread, obj->GetElements()); in GrowCapacity() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp79 JSHandle<TaggedArray> oldElements(thread, obj->GetElements()); in GrowElementsCapacity() local