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

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

Collaboration diagram for v8::internal::wasm::TableInitImmediate:

Public Member Functions

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

Public Attributes

IndexImmediate element_segment
 
TableIndexImmediate table
 
uint32_t length
 

Detailed Description

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

Constructor & Destructor Documentation

◆ TableInitImmediate()

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

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

Member Data Documentation

◆ element_segment

IndexImmediate v8::internal::wasm::TableInitImmediate::element_segment

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

◆ length

uint32_t v8::internal::wasm::TableInitImmediate::length

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

◆ table

TableIndexImmediate v8::internal::wasm::TableInitImmediate::table

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


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