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

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

Collaboration diagram for v8::internal::wasm::BrOnCastImmediate:

Public Member Functions

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

Public Attributes

BrOnCastFlags flags
 
uint8_t raw_value = 0
 
uint32_t length = 1
 

Detailed Description

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

Constructor & Destructor Documentation

◆ BrOnCastImmediate()

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

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

Member Data Documentation

◆ flags

BrOnCastFlags v8::internal::wasm::BrOnCastImmediate::flags

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

◆ length

uint32_t v8::internal::wasm::BrOnCastImmediate::length = 1

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

◆ raw_value

uint8_t v8::internal::wasm::BrOnCastImmediate::raw_value = 0

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


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