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

#include <wasm-interpreter.h>

Collaboration diagram for v8::internal::wasm::WasmInstruction::Optional::Block:

Public Member Functions

constexpr bool is_bottom () const
 
constexpr ValueType value_type () const
 

Public Attributes

ModuleTypeIndex sig_index
 
uint32_t value_type_bitfield
 

Detailed Description

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

Member Function Documentation

◆ is_bottom()

bool v8::internal::wasm::WasmInstruction::Optional::Block::is_bottom ( ) const
inlineconstexpr

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ value_type()

ValueType v8::internal::wasm::WasmInstruction::Optional::Block::value_type ( ) const
inlineconstexpr

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

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ sig_index

ModuleTypeIndex v8::internal::wasm::WasmInstruction::Optional::Block::sig_index

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

◆ value_type_bitfield

uint32_t v8::internal::wasm::WasmInstruction::Optional::Block::value_type_bitfield

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


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