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 161 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 204 JSHandle<TaggedArray> oldElements(thread, deque->GetElements()); in OwnKeys() local 222 JSHandle<TaggedArray> oldElements(thread, deque->GetElements()); in OwnEnumKeys() local
|
| D | js_api_stack.cpp | 86 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 | 104 JSHandle<TaggedArray> oldElements(thread, obj->GetElements()); in GrowElementsCapacity() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_arraybuffer.cpp | 800 JSHandle<TaggedArray> oldElements(thread, newArrayHandle->GetElements()); in TypedArrayToList() local
|
| D | builtins_string.cpp | 2320 JSHandle<TaggedArray> oldElements(thread, newArrayHandle->GetElements()); in StringToList() local 2355 JSHandle<TaggedArray> oldElements(thread, newSharedArrayHandle->GetElements()); in StringToSList() local
|