Home
last modified time | relevance | path

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

/external/v8/src/
Delements.cc3574 Handle<JSTypedArray> source_ta = Handle<JSTypedArray>::cast(source); in CopyElementsHandleImpl() local
3575 ElementsKind source_kind = source_ta->GetElementsKind(); in CopyElementsHandleImpl()
3583 JSReceiver::GetElement(isolate, source_ta, 0).ToHandleChecked(); in CopyElementsHandleImpl()
3595 if (length + offset <= source_ta->length_value()) { in CopyElementsHandleImpl()
3596 DCHECK(length == 0 || !source_ta->WasNeutered()); in CopyElementsHandleImpl()
3597 CopyElementsFromTypedArray(*source_ta, *destination_ta, length, offset); in CopyElementsHandleImpl()