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

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

Collaboration diagram for v8::internal::wasm::FieldImmediate:

Public Member Functions

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

Public Attributes

StructIndexImmediate struct_imm
 
IndexImmediate field_imm
 
uint32_t length
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FieldImmediate()

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

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

Member Data Documentation

◆ field_imm

IndexImmediate v8::internal::wasm::FieldImmediate::field_imm

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

◆ length

uint32_t v8::internal::wasm::FieldImmediate::length

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

◆ struct_imm

StructIndexImmediate v8::internal::wasm::FieldImmediate::struct_imm

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


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