Home
last modified time | relevance | path

Searched defs:singleList (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_container_common.h181 JSTaggedValue singleList = TaggedSingleList::Create(thread); in CreateList() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislist_fuzzer/
H A Djsvaluerefislist_fuzzer.cpp142 JSTaggedValue singleList = TaggedSingleList::Create(thread); in JSValueRefIsListFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_list.cpp45 JSTaggedValue singleList = TaggedSingleList::Create(thread); in ListConstructor() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_list.cpp91 TaggedSingleList *singleList = TaggedSingleList::Cast(GetSingleList().GetTaggedObject()); in Has() local
102 TaggedSingleList *singleList = TaggedSingleList::Cast(GetSingleList().GetTaggedObject()); Get() local
132 TaggedSingleList *singleList = TaggedSingleList::Cast(GetSingleList().GetTaggedObject()); GetIndexOf() local
138 TaggedSingleList *singleList = TaggedSingleList::Cast(GetSingleList().GetTaggedObject()); GetLastIndexOf() local
144 TaggedSingleList *singleList = TaggedSingleList::Cast(GetSingleList().GetTaggedObject()); Clear() local
173 TaggedSingleList *singleList = TaggedSingleList::Cast(GetSingleList().GetTaggedObject()); Remove() local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp4004 JSTaggedValue singleList = TaggedSingleList::Create(thread_); in HWTEST_F_L0() local

Completed in 14 milliseconds