Home
last modified time | relevance | path

Searched refs:GetLengthOrOutOfBounds (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer-inl.h200 size_t JSTypedArray::GetLengthOrOutOfBounds(bool& out_of_bounds) const { in GetLengthOrOutOfBounds() function in v8::internal::JSTypedArray
211 return GetLengthOrOutOfBounds(out_of_bounds); in GetLength()
220 GetLengthOrOutOfBounds(out_of_bounds); in IsOutOfBounds()
229 GetLengthOrOutOfBounds(out_of_bounds); in IsDetachedOrOutOfBounds()
H A Djs-array-buffer.h307 inline size_t GetLengthOrOutOfBounds(bool& out_of_bounds) const;
H A Djs-array-buffer.cc283 size_t length = o->GetLengthOrOutOfBounds(out_of_bounds); in DefineOwnProperty()
H A Delements.cc3341 size_t new_length = typed_array.GetLengthOrOutOfBounds(out_of_bounds); in IncludesValueImpl()
3416 typed_array.GetLengthOrOutOfBounds(out_of_bounds); in IndexOfValueImpl()
3746 CHECK_GE(destination.GetLengthOrOutOfBounds(out_of_bounds), length); in TryCopyElementsFastNumber()
3859 size_t new_length = destination->GetLengthOrOutOfBounds(out_of_bounds); in CopyElementsHandleSlow()
3890 destination_ta->GetLengthOrOutOfBounds(out_of_bounds)); in CopyElementsHandleImpl()
3909 destination_ta->GetLengthOrOutOfBounds(out_of_bounds)); in CopyElementsHandleImpl()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-typed-array.cc94 int64_t new_len = array->GetLengthOrOutOfBounds(out_of_bounds); in BUILTIN()

Completed in 14 milliseconds