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

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

Collaboration diagram for v8::internal::wasm::CatchCase:

Classes

union  MaybeTagIndex
 

Public Attributes

CatchKind kind
 
union v8::internal::wasm::CatchCase::MaybeTagIndex maybe_tag
 
BranchDepthImmediate br_imm
 

Detailed Description

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

Member Data Documentation

◆ br_imm

BranchDepthImmediate v8::internal::wasm::CatchCase::br_imm

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

◆ kind

CatchKind v8::internal::wasm::CatchCase::kind

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

◆ maybe_tag

union v8::internal::wasm::CatchCase::MaybeTagIndex v8::internal::wasm::CatchCase::maybe_tag

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