![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <constant-expression-interface.h>
Public Member Functions | |
template<typename... Args> | |
Value (Args &&... args) V8_NOEXCEPT | |
![]() | |
ValueBase (const uint8_t *pc, ValueType type) | |
![]() | |
PcForErrors (const uint8_t *) | |
const uint8_t * | pc () const |
Public Attributes | |
WasmValue | runtime_value |
![]() | |
ValueType | type = kWasmVoid |
Definition at line 37 of file constant-expression-interface.h.
|
inlineexplicit |
Definition at line 41 of file constant-expression-interface.h.
WasmValue v8::internal::wasm::ConstantExpressionInterface::Value::runtime_value |
Definition at line 38 of file constant-expression-interface.h.