Home
last modified time | relevance | path

Searched defs:compareList (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_list.cpp171 JSHandle<TaggedSingleList> compareList(thread, list->GetSingleList()); in Equal() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_list_test.cpp128 JSTaggedValue ListEqual(JSHandle<JSAPIList> list, JSHandle<JSAPIList> compareList) in ListEqual()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_list.cpp490 JSTaggedValue TaggedSingleList::Equal(const JSHandle<TaggedSingleList> &compareList) in Equal()