Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-array-buffer.h305 size_t GetVariableLengthOrOutOfBounds(bool& out_of_bounds) const;
Djs-array-buffer-inl.h204 return GetVariableLengthOrOutOfBounds(out_of_bounds); in GetLengthOrOutOfBounds()
Djs-array-buffer.cc383 size_t JSTypedArray::GetVariableLengthOrOutOfBounds(bool& out_of_bounds) const { in GetVariableLengthOrOutOfBounds() function in v8::internal::JSTypedArray