Searched refs:newList (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_list.cpp | 34 JSTaggedValue newList = TaggedSingleList::Add(thread, singleList, value); in Add() local 35 list->SetSingleList(thread, newList); in Add() 68 JSTaggedValue newList = TaggedSingleList::Insert(thread, singleList, value, index); in Insert() local 69 list->SetSingleList(thread, newList); in Insert()
|
D | js_api_linked_list.cpp | 39 JSTaggedValue newList = TaggedDoubleList::Insert(thread, doubleList, value, index); in Insert() local 40 list->SetDoubleList(thread, newList); in Insert()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslistget_fuzzer/ |
D | containerslistget_fuzzer.cpp | 132 JSTaggedValue newList = ContainersList::GetSubList(callInfo1); in ContainerslistGetFuzzTest() local 135 callInfo->SetThis(newList); in ContainerslistGetFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
D | containers_list_test.cpp | 328 JSTaggedValue newList = ContainersList::GetSubList(callInfo1); in HWTEST_F_L0() local 334 callInfo->SetThis(newList); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_list.cpp | 574 …JSTaggedValue newList = JSAPIList::GetSubList(thread, jsAPIList, fromIndex->GetInt(), toIndex->Get… in GetSubList() local 576 return newList; in GetSubList()
|