Searched defs:oldElements (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_queue.cpp | 49 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 | 102 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
|
| D | js_api_stack.cpp | 85 JSHandle<TaggedArray> oldElements(thread, obj->GetElements()); in GrowCapacity() local
|
| D | js_api_arraylist.cpp | 362 JSHandle<TaggedArray> oldElements(thread, obj->GetElements()); in GrowCapacity() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_map_iterator.cpp | 147 JSHandle<TaggedArray> oldElements(thread, newArrayHandle->GetElements()); in MapIteratorToList() local
|
| D | js_object.cpp | 102 JSHandle<TaggedArray> oldElements(thread, obj->GetElements()); in GrowElementsCapacity() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_arraybuffer.cpp | 770 JSHandle<TaggedArray> oldElements(thread, newArrayHandle->GetElements()); in TypedArrayToList() local
|
| D | builtins_string.cpp | 2110 JSHandle<TaggedArray> oldElements(thread, newArrayHandle->GetElements()); in StringToList() local
|