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

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

Collaboration diagram for v8::internal::wasm::BranchDepthImmediate:

Public Member Functions

template<typename ValidationTag >
 BranchDepthImmediate (Decoder *decoder, const uint8_t *pc, ValidationTag={})
 

Public Attributes

uint32_t depth
 
uint32_t length
 

Detailed Description

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

Constructor & Destructor Documentation

◆ BranchDepthImmediate()

template<typename ValidationTag >
v8::internal::wasm::BranchDepthImmediate::BranchDepthImmediate ( Decoder * decoder,
const uint8_t * pc,
ValidationTag = {} )
inline

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

Member Data Documentation

◆ depth

uint32_t v8::internal::wasm::BranchDepthImmediate::depth

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

◆ length

uint32_t v8::internal::wasm::BranchDepthImmediate::length

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


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