Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp104 const JSHandle<JSTaggedValue> &cloneList) in WriteValue()
470 bool ValueSerializer::PrepareClone(JSThread *thread, const JSHandle<JSTaggedValue> &cloneList) in PrepareClone()
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_linked_list.js81 let cloneList = list.clone(); variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_linked_list_test.cpp281 JSHandle<JSAPILinkedList> cloneList = JSAPILinkedList::Clone(thread, list); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp2395 JSHandle<EcmaString> cloneList(factory->NewFromASCII("cloneList")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5722Local<JSValueRef> cloneList, bool defaultTransfer, bool defaultCloneShared) in SerializeValue()