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

#include <wasm-interpreter.h>

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

Public Attributes

uint32_t table_index
 
uint32_t sig_index
 

Detailed Description

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

Member Data Documentation

◆ sig_index

uint32_t v8::internal::wasm::WasmInstruction::Optional::IndirectCall::sig_index

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

◆ table_index

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

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


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