Searched refs:from_holder (Results 1 – 1 of 1) sorted by relevance
1001 void CopyElements(JSObject* from_holder, uint32_t from_start, in CopyElements() argument1006 from_holder->IsJSArray(); in CopyElements()1008 packed_size = Smi::ToInt(JSArray::cast(from_holder)->length()); in CopyElements()1013 FixedArrayBase* from = from_holder->elements(); in CopyElements()1023 Subclass::CopyElementsImpl(from_holder->GetIsolate(), from, from_start, *to, in CopyElements()