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

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

Collaboration diagram for v8::internal::wasm::HandlerCase:

Classes

union  MaybeHandlerDepth
 

Public Attributes

SwitchKind kind
 
TagIndexImmediate tag
 
union v8::internal::wasm::HandlerCase::MaybeHandlerDepth maybe_depth
 

Detailed Description

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

Member Data Documentation

◆ kind

SwitchKind v8::internal::wasm::HandlerCase::kind

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

◆ maybe_depth

union v8::internal::wasm::HandlerCase::MaybeHandlerDepth v8::internal::wasm::HandlerCase::maybe_depth

◆ tag

TagIndexImmediate v8::internal::wasm::HandlerCase::tag

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


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