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

#include <wasm-interpreter.h>

Collaboration diagram for v8::internal::wasm::WasmInstruction::Optional::GC_MemoryImmediate:

Public Attributes

uint32_t memory_index
 
uint32_t length
 

Detailed Description

Definition at line 1114 of file wasm-interpreter.h.

Member Data Documentation

◆ length

uint32_t v8::internal::wasm::WasmInstruction::Optional::GC_MemoryImmediate::length

Definition at line 1116 of file wasm-interpreter.h.

◆ memory_index

uint32_t v8::internal::wasm::WasmInstruction::Optional::GC_MemoryImmediate::memory_index

Definition at line 1115 of file wasm-interpreter.h.


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