Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.cpp675 JSHandle<TaggedArray> arrayElements(thread, array->GetElements()); in CopyToArray() local
679 factory->CopyTaggedArrayElement(vectorElements, arrayElements, vectorLength); in CopyToArray()
681 arrayElements->Set(thread, i, JSTaggedValue::Undefined()); in CopyToArray()