Home | History | Annotate | Download | only in src

Lines Matching defs:SetLength

6921   // Most of steps 16 through 19 is implemented by JSArray::SetLength.
6922 JSArray::SetLength(a, new_len);
9978 array->SetLength(length + 1);
9991 array->SetLength(length + 2);
10012 if (empty) array->SetLength(0);
14512 void JSArray::SetLength(Handle<JSArray> array, uint32_t new_length) {
14518 array->GetElementsAccessor()->SetLength(array, new_length);