v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::ByteArrayShape Class Referencefinal

#include <fixed-array.h>

Inheritance diagram for v8::internal::ByteArrayShape:
Collaboration diagram for v8::internal::ByteArrayShape:

Public Types

using ElementT = uint8_t
 

Static Public Attributes

static constexpr int kElementSize = kUInt8Size
 
static constexpr RootIndex kMapRootIndex = RootIndex::kByteArrayMap
 
static constexpr bool kLengthEqualsCapacity = true
 

Detailed Description

Definition at line 755 of file fixed-array.h.

Member Typedef Documentation

◆ ElementT

Definition at line 758 of file fixed-array.h.

Member Data Documentation

◆ kElementSize

int v8::internal::ByteArrayShape::kElementSize = kUInt8Size
staticconstexpr

Definition at line 757 of file fixed-array.h.

◆ kLengthEqualsCapacity

bool v8::internal::ByteArrayShape::kLengthEqualsCapacity = true
staticconstexpr

Definition at line 760 of file fixed-array.h.

◆ kMapRootIndex

RootIndex v8::internal::ByteArrayShape::kMapRootIndex = RootIndex::kByteArrayMap
staticconstexpr

Definition at line 759 of file fixed-array.h.


The documentation for this class was generated from the following file: