Searched refs:SetLengthWouldNormalize (Results 1 – 5 of 5) sorted by relevance
260 JSArray::SetLengthWouldNormalize(isolate->heap(), value)) { in ArrayConstructorCommon()
687 DCHECK(!array->SetLengthWouldNormalize(length)); in SetLengthImpl()
10120 bool SetLengthWouldNormalize(uint32_t new_length);10121 static inline bool SetLengthWouldNormalize(Heap* heap, uint32_t new_length);
15077 if (array->SetLengthWouldNormalize(new_length)) { in SetLength()15922 bool JSArray::SetLengthWouldNormalize(uint32_t new_length) { in SetLengthWouldNormalize() function in v8::internal::JSArray15926 return JSArray::SetLengthWouldNormalize(GetHeap(), new_length) && in SetLengthWouldNormalize()
7536 bool JSArray::SetLengthWouldNormalize(Heap* heap, uint32_t new_length) { in SetLengthWouldNormalize() function