Home
last modified time | relevance | path

Searched refs:srcKeyArray (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_plain_array.cpp293 JSHandle<TaggedArray> srcKeyArray(thread, obj->GetKeys(thread)); in Clone() local
296 JSHandle<TaggedArray> dstKeyArray = factory->NewAndCopyTaggedArray(srcKeyArray, length, length); in Clone()