Home
last modified time | relevance | path

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

/external/v8/src/
Delements.h82 virtual MaybeObject* SetCapacityAndLength(JSArray* array,
Delements.cc457 virtual MaybeObject* SetCapacityAndLength(JSArray* array, in SetCapacityAndLength() function in v8::internal::ElementsAccessorBase
Dfactory.cc980 accessor->SetCapacityAndLength(*array, capacity, length)); in SetElementsCapacityAndLength()