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

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

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

Public Attributes

uint8_t empty
 
BranchDepthImmediate br
 

Detailed Description

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

Member Data Documentation

◆ br

BranchDepthImmediate v8::internal::wasm::HandlerCase::MaybeHandlerDepth::br

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

◆ empty

uint8_t v8::internal::wasm::HandlerCase::MaybeHandlerDepth::empty

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


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