Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-array.cc260 JSArray::SetLengthWouldNormalize(isolate->heap(), value)) { in ArrayConstructorCommon()
/external/v8/src/
Delements.cc687 DCHECK(!array->SetLengthWouldNormalize(length)); in SetLengthImpl()
Dobjects.h10120 bool SetLengthWouldNormalize(uint32_t new_length);
10121 static inline bool SetLengthWouldNormalize(Heap* heap, uint32_t new_length);
Dobjects.cc15077 if (array->SetLengthWouldNormalize(new_length)) { in SetLength()
15922 bool JSArray::SetLengthWouldNormalize(uint32_t new_length) { in SetLengthWouldNormalize() function in v8::internal::JSArray
15926 return JSArray::SetLengthWouldNormalize(GetHeap(), new_length) && in SetLengthWouldNormalize()
Dobjects-inl.h7536 bool JSArray::SetLengthWouldNormalize(Heap* heap, uint32_t new_length) { in SetLengthWouldNormalize() function