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

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

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

Public Member Functions

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

Public Attributes

ModuleTypeIndex index
 
uint32_t length
 

Detailed Description

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

Constructor & Destructor Documentation

◆ TypeIndexImmediate()

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

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

Member Data Documentation

◆ index

ModuleTypeIndex v8::internal::wasm::TypeIndexImmediate::index

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

◆ length

uint32_t v8::internal::wasm::TypeIndexImmediate::length

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


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