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

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

Inheritance diagram for v8::internal::wasm::MemoryIndexImmediate:
Collaboration diagram for v8::internal::wasm::MemoryIndexImmediate:

Public Member Functions

template<typename ValidationTag >
 MemoryIndexImmediate (Decoder *decoder, const uint8_t *pc, ValidationTag validate={})
 
- Public Member Functions inherited from v8::internal::wasm::IndexImmediate
template<typename ValidationTag >
 IndexImmediate (Decoder *decoder, const uint8_t *pc, const char *name, ValidationTag={})
 

Public Attributes

const WasmMemorymemory = nullptr
 
- Public Attributes inherited from v8::internal::wasm::IndexImmediate
uint32_t index
 
uint32_t length
 

Detailed Description

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

Constructor & Destructor Documentation

◆ MemoryIndexImmediate()

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

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

Member Data Documentation

◆ memory

const WasmMemory* v8::internal::wasm::MemoryIndexImmediate::memory = nullptr

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


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