Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp98 const JSHandle<JSTaggedValue> &cloneList) in WriteValue()
398 bool ValueSerializer::PrepareClone(JSThread *thread, const JSHandle<JSTaggedValue> &cloneList) in PrepareClone()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_linked_list_test.cpp423 JSHandle<JSAPILinkedList> cloneList = JSAPILinkedList::Clone(thread, list); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3594Local<JSValueRef> cloneList, bool defaultTransfer, bool defaultCloneShared) in SerializeValue()