Home
last modified time | relevance | path

Searched refs:kMaxByteLength (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/objects/
Dfixed-array.h581 static const size_t kMaxByteLength = std::numeric_limits<size_t>::max();
583 static const size_t kMaxByteLength = variable
/external/v8/src/builtins/
Dbuiltins-typed-array-gen.cc552 Float64Constant(FixedTypedArrayBase::kMaxByteLength); in ByteLengthIsValid()
558 IntPtrConstant(FixedTypedArrayBase::kMaxByteLength); in ByteLengthIsValid()
618 IntPtrConstant(FixedTypedArrayBase::kMaxByteLength))); in ConstructByArrayLike()