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

#include <fixed-array.h>

Inheritance diagram for v8::internal::TrustedByteArrayShape:
Collaboration diagram for v8::internal::TrustedByteArrayShape:

Public Types

using ElementT = uint8_t
 

Static Public Attributes

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

Detailed Description

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

Member Typedef Documentation

◆ ElementT

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

Member Data Documentation

◆ kElementSize

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

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

◆ kLengthEqualsCapacity

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

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

◆ kMapRootIndex

RootIndex v8::internal::TrustedByteArrayShape::kMapRootIndex = RootIndex::kTrustedByteArrayMap
staticconstexpr

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


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