Searched refs:compareList (Results 1 – 4 of 4) sorted by relevance
171 JSHandle<TaggedSingleList> compareList(thread, list->GetSingleList()); in Equal() local172 return TaggedSingleList::Cast(GetSingleList().GetTaggedObject())->Equal(compareList); in Equal()
489 JSTaggedValue TaggedSingleList::Equal(const JSHandle<TaggedSingleList> &compareList) in Equal() argument491 int compareListLength = compareList->NumberOfNodes(); in Equal()499 compareNode = compareList->GetNextDataIndex(compareNode); in Equal()501 JSTaggedValue compareValue = compareList->GetElement(compareNode); in Equal()
160 JSTaggedValue Equal(const JSHandle<TaggedSingleList> &compareList);
128 JSTaggedValue ListEqual(JSHandle<JSAPIList> list, JSHandle<JSAPIList> compareList) in ListEqual() argument133 callInfo->SetCallArg(0, compareList.GetTaggedValue()); in ListEqual()