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

#include <wasm-interpreter.h>

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

Public Attributes

uint32_t table_count
 
uint32_t labels_index
 

Detailed Description

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

Member Data Documentation

◆ labels_index

uint32_t v8::internal::wasm::WasmInstruction::Optional::BrTable::labels_index

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

◆ table_count

uint32_t v8::internal::wasm::WasmInstruction::Optional::BrTable::table_count

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


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