Home
last modified time | relevance | path

Searched defs:NewAndCopyTaggedArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_factory_test.cpp239 HWTEST_F_L0(ObjectFactoryTest, NewAndCopyTaggedArray) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp2172 JSHandle<TaggedArray> ObjectFactory::NewAndCopyTaggedArray(JSHandle<TaggedArray> &srcElements, in NewAndCopyTaggedArray() function in panda::ecmascript::ObjectFactory