Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_linked_list.js81 let cloneList = list.clone(); variable
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp105 const JSHandle<JSTaggedValue> &cloneList) in WriteValue()
522 bool ValueSerializer::PrepareClone(JSThread *thread, const JSHandle<JSTaggedValue> &cloneList) in PrepareClone()
/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/napi/
Djsnapi_expo.cpp6020Local<JSValueRef> cloneList, bool defaultTransfer, bool defaultCloneShared) in InterOpSerializeValue()
6077Local<JSValueRef> cloneList, bool defaultTransfer, bool defaultCloneShared) in SerializeValue()
6107Local<JSValueRef> cloneList, std::string &error, bool defaultTransfer, in SerializeValueWithError()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dinter_op_serializer_test.cpp2473 JSHandle<EcmaString> cloneList(factory->NewFromASCII("cloneList")); in HWTEST_F_L0() local
Dserializer_test.cpp2602 JSHandle<EcmaString> cloneList(factory->NewFromASCII("cloneList")); in HWTEST_F_L0() local