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

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

Collaboration diagram for v8::internal::wasm::HeapTypeImmediate:

Public Member Functions

template<typename ValidationTag >
 HeapTypeImmediate (WasmEnabledFeatures enabled, Decoder *decoder, const uint8_t *pc, ValidationTag={})
 

Public Attributes

uint32_t length
 
HeapType type = kWasmBottom
 

Detailed Description

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

Constructor & Destructor Documentation

◆ HeapTypeImmediate()

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

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

Member Data Documentation

◆ length

uint32_t v8::internal::wasm::HeapTypeImmediate::length

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

◆ type

HeapType v8::internal::wasm::HeapTypeImmediate::type = kWasmBottom

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


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