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

#include <wasm-interpreter.h>

Collaboration diagram for v8::internal::wasm::BranchOnCastData:

Public Attributes

uint32_t label_depth
 
uint32_t src_is_null: 1
 
uint32_t res_is_null: 1
 
uint32_t target_type_bit_fields: kBranchOnCastDataTargetTypeBitSize
 

Detailed Description

Definition at line 1062 of file wasm-interpreter.h.

Member Data Documentation

◆ label_depth

uint32_t v8::internal::wasm::BranchOnCastData::label_depth

Definition at line 1063 of file wasm-interpreter.h.

◆ res_is_null

uint32_t v8::internal::wasm::BranchOnCastData::res_is_null

Definition at line 1065 of file wasm-interpreter.h.

◆ src_is_null

uint32_t v8::internal::wasm::BranchOnCastData::src_is_null

Definition at line 1064 of file wasm-interpreter.h.

◆ target_type_bit_fields

uint32_t v8::internal::wasm::BranchOnCastData::target_type_bit_fields

Definition at line 1066 of file wasm-interpreter.h.


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