Searched defs:cloneList (Results 1 – 3 of 3) sorted by relevance
98 const JSHandle<JSTaggedValue> &cloneList) in WriteValue()398 bool ValueSerializer::PrepareClone(JSThread *thread, const JSHandle<JSTaggedValue> &cloneList) in PrepareClone()
423 JSHandle<JSAPILinkedList> cloneList = JSAPILinkedList::Clone(thread, list); in HWTEST_F_L0() local
3594 … Local<JSValueRef> cloneList, bool defaultTransfer, bool defaultCloneShared) in SerializeValue()