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

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

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

Public Member Functions

template<typename ValidationTag >
 TagIndexImmediate (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 WasmTagtag = nullptr
 
- Public Attributes inherited from v8::internal::wasm::IndexImmediate
uint32_t index
 
uint32_t length
 

Detailed Description

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

Constructor & Destructor Documentation

◆ TagIndexImmediate()

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

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

Member Data Documentation

◆ tag

const WasmTag* v8::internal::wasm::TagIndexImmediate::tag = nullptr

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


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