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

#include <wasm-disassembler-impl.h>

Collaboration diagram for v8::internal::wasm::OffsetsProvider::RecGroup:

Public Member Functions

bool valid ()
 

Static Public Member Functions

static constexpr RecGroup Invalid ()
 

Public Attributes

uint32_t offset {kInvalid}
 
uint32_t start_type_index {kInvalid}
 
uint32_t end_type_index {kInvalid}
 

Static Public Attributes

static constexpr uint32_t kInvalid = ~0u
 

Detailed Description

Definition at line 99 of file wasm-disassembler-impl.h.

Member Function Documentation

◆ Invalid()

static constexpr RecGroup v8::internal::wasm::OffsetsProvider::RecGroup::Invalid ( )
inlinestaticconstexpr

Definition at line 107 of file wasm-disassembler-impl.h.

Here is the caller graph for this function:

◆ valid()

bool v8::internal::wasm::OffsetsProvider::RecGroup::valid ( )
inline

Definition at line 108 of file wasm-disassembler-impl.h.

Here is the caller graph for this function:

Member Data Documentation

◆ end_type_index

uint32_t v8::internal::wasm::OffsetsProvider::RecGroup::end_type_index {kInvalid}

Definition at line 102 of file wasm-disassembler-impl.h.

◆ kInvalid

uint32_t v8::internal::wasm::OffsetsProvider::RecGroup::kInvalid = ~0u
staticconstexpr

Definition at line 106 of file wasm-disassembler-impl.h.

◆ offset

uint32_t v8::internal::wasm::OffsetsProvider::RecGroup::offset {kInvalid}

Definition at line 100 of file wasm-disassembler-impl.h.

◆ start_type_index

uint32_t v8::internal::wasm::OffsetsProvider::RecGroup::start_type_index {kInvalid}

Definition at line 101 of file wasm-disassembler-impl.h.


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