Home | History | Annotate | Download | only in src

Lines Matching defs:SetLengthWouldNormalize

15196   if (array->SetLengthWouldNormalize(new_length)) {
15799 bool JSArray::SetLengthWouldNormalize(uint32_t new_length) {
15803 return JSArray::SetLengthWouldNormalize(GetHeap(), new_length) &&