Home
last modified time | relevance | path

Searched defs:oldElements (Results 1 – 8 of 8) 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_map_iterator.cpp147 JSHandle<TaggedArray> oldElements(thread, newArrayHandle->GetElements()); in MapIteratorToList() local
Djs_object.cpp102 JSHandle<TaggedArray> oldElements(thread, obj->GetElements()); in GrowElementsCapacity() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp770 JSHandle<TaggedArray> oldElements(thread, newArrayHandle->GetElements()); in TypedArrayToList() local
Dbuiltins_string.cpp2110 JSHandle<TaggedArray> oldElements(thread, newArrayHandle->GetElements()); in StringToList() local