Home
last modified time | relevance | path

Searched defs:newList (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_list.cpp34 JSTaggedValue newList = TaggedSingleList::Add(thread, singleList, value); in Add() local
68 JSTaggedValue newList = TaggedSingleList::Insert(thread, singleList, value, index); in Insert() local
Djs_api_linked_list.cpp39 JSTaggedValue newList = TaggedDoubleList::Insert(thread, doubleList, value, index); in Insert() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_list_test.cpp328 JSTaggedValue newList = ContainersList::GetSubList(callInfo1); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_list.cpp565 …JSTaggedValue newList = JSAPIList::GetSubList(thread, jsAPIList, fromIndex->GetInt(), toIndex->Get… in GetSubList() local