Home
last modified time | relevance | path

Searched refs:newVec (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dweak_vector.cpp61 JSHandle<TaggedArray> newVec = factory->CopyArray(JSHandle<TaggedArray>(old), VectorToArrayIndex(oldCapacity), in Grow() local
64 return JSHandle<WeakVector>(newVec); in Grow()
103 JSHandle<WeakVector> newVec = WeakVector::Grow(thread, JSHandle<WeakVector>(vec), newCapacity); in AppendToFullVec() local
105 [[maybe_unused]] uint32_t index = newVec->PushBack(thread, storeVal); in AppendToFullVec()
107 return newVec; in AppendToFullVec()
132 JSHandle<TaggedArray> newVec = factory->CopyArray(JSHandle<TaggedArray>(vec), oldLength, newLength); in Copy() local
133 return JSHandle<WeakVector>(newVec); in Copy()

Completed in 1 milliseconds