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

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

Collaboration diagram for v8::internal::wasm::BrOnCastFlags:

Public Types

enum  Values { SRC_IS_NULL = 1 , RES_IS_NULL = 1 << 1 }
 

Public Member Functions

 BrOnCastFlags ()=default
 
 BrOnCastFlags (uint8_t value)
 

Public Attributes

bool src_is_null = false
 
bool res_is_null = false
 

Detailed Description

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

Member Enumeration Documentation

◆ Values

Enumerator
SRC_IS_NULL 
RES_IS_NULL 

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

Constructor & Destructor Documentation

◆ BrOnCastFlags() [1/2]

v8::internal::wasm::BrOnCastFlags::BrOnCastFlags ( )
default

◆ BrOnCastFlags() [2/2]

v8::internal::wasm::BrOnCastFlags::BrOnCastFlags ( uint8_t value)
inlineexplicit

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

Member Data Documentation

◆ res_is_null

bool v8::internal::wasm::BrOnCastFlags::res_is_null = false

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

◆ src_is_null

bool v8::internal::wasm::BrOnCastFlags::src_is_null = false

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


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