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

#include <preparse-data.h>

Inheritance diagram for v8::internal::PreparseByteDataConstants:
Collaboration diagram for v8::internal::PreparseByteDataConstants:

Static Public Attributes

static constexpr size_t kUint32Size = 4
 
static constexpr size_t kVarint32MinSize = 1
 
static constexpr size_t kVarint32MaxSize = 5
 
static constexpr size_t kUint8Size = 1
 
static constexpr size_t kPlaceholderSize = 0
 
static const size_t kSkippableFunctionMinDataSize
 
static const size_t kSkippableFunctionMaxDataSize
 

Detailed Description

Definition at line 71 of file preparse-data.h.

Member Data Documentation

◆ kPlaceholderSize

size_t v8::internal::PreparseByteDataConstants::kPlaceholderSize = 0
staticconstexpr

Definition at line 87 of file preparse-data.h.

◆ kSkippableFunctionMaxDataSize

const size_t v8::internal::PreparseByteDataConstants::kSkippableFunctionMaxDataSize
static
Initial value:

Definition at line 92 of file preparse-data.h.

◆ kSkippableFunctionMinDataSize

const size_t v8::internal::PreparseByteDataConstants::kSkippableFunctionMinDataSize
static
Initial value:

Definition at line 90 of file preparse-data.h.

◆ kUint32Size

size_t v8::internal::PreparseByteDataConstants::kUint32Size = 4
staticconstexpr

Definition at line 83 of file preparse-data.h.

◆ kUint8Size

size_t v8::internal::PreparseByteDataConstants::kUint8Size = 1
staticconstexpr

Definition at line 86 of file preparse-data.h.

◆ kVarint32MaxSize

size_t v8::internal::PreparseByteDataConstants::kVarint32MaxSize = 5
staticconstexpr

Definition at line 85 of file preparse-data.h.

◆ kVarint32MinSize

size_t v8::internal::PreparseByteDataConstants::kVarint32MinSize = 1
staticconstexpr

Definition at line 84 of file preparse-data.h.


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