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

#include <function-body-decoder-impl.h>

Collaboration diagram for v8::internal::wasm::BranchTableImmediate:

Public Member Functions

template<typename ValidationTag >
 BranchTableImmediate (Decoder *decoder, const uint8_t *pc, ValidationTag={})
 

Public Attributes

uint32_t table_count
 
const uint8_t * start
 
const uint8_t * table
 

Detailed Description

Definition at line 809 of file function-body-decoder-impl.h.

Constructor & Destructor Documentation

◆ BranchTableImmediate()

template<typename ValidationTag >
v8::internal::wasm::BranchTableImmediate::BranchTableImmediate ( Decoder * decoder,
const uint8_t * pc,
ValidationTag = {} )
inline

Definition at line 815 of file function-body-decoder-impl.h.

Member Data Documentation

◆ start

const uint8_t* v8::internal::wasm::BranchTableImmediate::start

Definition at line 811 of file function-body-decoder-impl.h.

◆ table

const uint8_t* v8::internal::wasm::BranchTableImmediate::table

Definition at line 812 of file function-body-decoder-impl.h.

◆ table_count

uint32_t v8::internal::wasm::BranchTableImmediate::table_count

Definition at line 810 of file function-body-decoder-impl.h.


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