Home
last modified time | relevance | path

Searched defs:SetLengthWouldNormalize (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/objects/
Djs-array-inl.h28 bool JSArray::SetLengthWouldNormalize(Heap* heap, uint32_t new_length) { in SetLengthWouldNormalize() function
/external/v8/src/
Dobjects.cc15799 bool JSArray::SetLengthWouldNormalize(uint32_t new_length) { in SetLengthWouldNormalize() function in v8::internal::JSArray