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::TableInit Struct Reference

#include <wasm-interpreter.h>

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

Public Attributes

uint32_t table_index
 
uint32_t element_segment_index
 

Detailed Description

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

Member Data Documentation

◆ element_segment_index

uint32_t v8::internal::wasm::WasmInstruction::Optional::TableInit::element_segment_index

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

◆ table_index

uint32_t v8::internal::wasm::WasmInstruction::Optional::TableInit::table_index

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


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