Home
last modified time | relevance | path

Searched refs:AllowsSetLength (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dobjects-inl.h7545 bool JSArray::AllowsSetLength() { in AllowsSetLength() function
Dobjects.h10124 inline bool AllowsSetLength();
Dobjects.cc15076 DCHECK(array->AllowsSetLength()); in SetLength()