![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <function-body-decoder-impl.h>
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 |
Definition at line 533 of file function-body-decoder-impl.h.
Enumerator | |
---|---|
SRC_IS_NULL | |
RES_IS_NULL |
Definition at line 534 of file function-body-decoder-impl.h.
|
default |
|
inlineexplicit |
Definition at line 543 of file function-body-decoder-impl.h.
bool v8::internal::wasm::BrOnCastFlags::res_is_null = false |
Definition at line 540 of file function-body-decoder-impl.h.
bool v8::internal::wasm::BrOnCastFlags::src_is_null = false |
Definition at line 539 of file function-body-decoder-impl.h.