Home
last modified time | relevance | path

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

/external/v8/src/objects/
Djs-array-inl.h32 bool JSArray::AllowsSetLength() { in AllowsSetLength() function
Djs-array.h45 inline bool AllowsSetLength();
/external/v8/src/
Dobjects.cc15195 DCHECK(array->AllowsSetLength()); in SetLength()