Allocate(IsolateT *isolate, int length, std::optional< DisallowGarbageCollection > *no_gc_out, AllocationType allocation=AllocationType::kYoung) | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | protectedstatic |
Allocate(IsolateT *isolate, int length, std::optional< DisallowGarbageCollection > *no_gc_out, AllocationType allocation) | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | |
AllocatedSize() const | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | inline |
begin() | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | inline |
begin() const | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | inline |
copy_in(int index, const T *buffer, int length) | v8::internal::PodArrayBase< T, ByteArray > | inline |
copy_out(int index, T *result, int length) | v8::internal::PodArrayBase< T, ByteArray > | inline |
DataSize() const | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | inline |
ElementMemberT typedef | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | private |
ElementT typedef | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | private |
end() | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | inline |
end() const | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | inline |
FLEXIBLE_ARRAY_MEMBER(ElementMemberT, values) | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | protected |
FromAddressOfFirstElement(Address address) | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | inlinestatic |
get(int index) | v8::internal::PodArrayBase< T, ByteArray > | inline |
v8::internal::ByteArray::get(int index) const | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | inline |
get_int(int offset) const | v8::internal::ByteArray | inline |
Header typedef | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | |
IsInBounds(int index) const | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | inlineprotected |
kElementsAreMaybeObject | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | static |
kElementSize | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | static |
kMaxLength | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | static |
kMaxRegularLength | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | static |
length() const | v8::internal::PodArrayBase< T, ByteArray > | inline |
LengthFor(int size_in_bytes) | v8::internal::ByteArray | inlinestatic |
matches(const T *buffer, int length) | v8::internal::PodArrayBase< T, ByteArray > | inline |
matches(int offset, const T *buffer, int length) | v8::internal::PodArrayBase< T, ByteArray > | inline |
New(Isolate *isolate, int length, AllocationType allocation=AllocationType::kYoung) | v8::internal::PodArray< T > | static |
New(LocalIsolate *isolate, int length, AllocationType allocation=AllocationType::kOld) | v8::internal::PodArray< T > | static |
v8::internal::PodArrayBase< T, ByteArray >::New(IsolateT *isolate, int capacity, AllocationType allocation=AllocationType::kYoung) | v8::internal::ByteArray | inlinestatic |
OffsetOfElementAt(int index) | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | inlinestatic |
set(int index, const T &value) | v8::internal::PodArrayBase< T, ByteArray > | inline |
v8::internal::ByteArray::set(int index, ElementMemberT value) | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | inline |
set_int(int offset, uint32_t value) | v8::internal::ByteArray | inline |
Shape typedef | v8::internal::ByteArray | |
SizeFor(int length) | v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | inlinestatic |
Super typedef | v8::internal::ByteArray | private |