Searched defs:oldElements (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_queue.cpp | 44 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
|
| D | js_api_deque.cpp | 96 JSHandle<TaggedArray> oldElements(thread, deque->GetElements()); in GrowCapacity() local 202 JSHandle<TaggedArray> oldElements(thread, deque->GetElements()); in OwnKeys() local 221 JSHandle<TaggedArray> oldElements(thread, deque->GetElements()); in OwnEnumKeys() local
|
| D | js_api_stack.cpp | 84 JSHandle<TaggedArray> oldElements(thread, obj->GetElements()); in GrowCapacity() local
|
| D | js_api_arraylist.cpp | 379 JSHandle<TaggedArray> oldElements(thread, obj->GetElements()); in GrowCapacity() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_map_iterator.cpp | 141 JSHandle<TaggedArray> oldElements(thread, newArrayHandle->GetElements()); in MapIteratorToList() local
|
| D | js_object.cpp | 92 JSHandle<TaggedArray> oldElements(thread, obj->GetElements()); in GrowElementsCapacity() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_arraybuffer.cpp | 797 JSHandle<TaggedArray> oldElements(thread, newArrayHandle->GetElements()); in TypedArrayToList() local
|
| D | builtins_string.cpp | 2334 JSHandle<TaggedArray> oldElements(thread, newArrayHandle->GetElements()); in StringToList() local 2369 JSHandle<TaggedArray> oldElements(thread, newSharedArrayHandle->GetElements()); in StringToSList() local
|