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

#include <constant-expression-interface.h>

Inheritance diagram for v8::internal::wasm::ConstantExpressionInterface::Value:
Collaboration diagram for v8::internal::wasm::ConstantExpressionInterface::Value:

Public Member Functions

template<typename... Args>
 Value (Args &&... args) V8_NOEXCEPT
 
- Public Member Functions inherited from v8::internal::wasm::ValueBase< ValidationTag >
 ValueBase (const uint8_t *pc, ValueType type)
 
- Public Member Functions inherited from v8::internal::wasm::PcForErrors< ValidationTag::validate >
 PcForErrors (const uint8_t *)
 
const uint8_t * pc () const
 

Public Attributes

WasmValue runtime_value
 
- Public Attributes inherited from v8::internal::wasm::ValueBase< ValidationTag >
ValueType type = kWasmVoid
 

Detailed Description

Definition at line 37 of file constant-expression-interface.h.

Constructor & Destructor Documentation

◆ Value()

template<typename... Args>
v8::internal::wasm::ConstantExpressionInterface::Value::Value ( Args &&... args)
inlineexplicit

Definition at line 41 of file constant-expression-interface.h.

Member Data Documentation

◆ runtime_value

WasmValue v8::internal::wasm::ConstantExpressionInterface::Value::runtime_value

Definition at line 38 of file constant-expression-interface.h.


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