#include <wasm-value.h>
Definition at line 47 of file wasm-value.h.
◆ WasmValue() [1/3]
v8::internal::wasm::WasmValue::WasmValue |
( |
| ) |
|
|
inline |
◆ WasmValue() [2/3]
v8::internal::wasm::WasmValue::WasmValue |
( |
const uint8_t * | raw_bytes, |
|
|
CanonicalValueType | type ) |
|
inline |
◆ WasmValue() [3/3]
◆ CopyTo()
void v8::internal::wasm::WasmValue::CopyTo |
( |
uint8_t * | to | ) |
const |
|
inline |
◆ ForUintPtr()
static WasmValue v8::internal::wasm::WasmValue::ForUintPtr |
( |
uintptr_t | value | ) |
|
|
inlinestatic |
◆ module()
const WasmModule * v8::internal::wasm::WasmValue::module |
( |
| ) |
const |
|
inline |
◆ operator==()
bool v8::internal::wasm::WasmValue::operator== |
( |
const WasmValue & | other | ) |
const |
|
inline |
◆ Packed()
◆ to()
T v8::internal::wasm::WasmValue::to |
( |
| ) |
const |
|
inline |
◆ to_ref()
◆ to_string()
std::string v8::internal::wasm::WasmValue::to_string |
( |
| ) |
const |
|
inline |
◆ to_unchecked()
T v8::internal::wasm::WasmValue::to_unchecked |
( |
| ) |
const |
|
inline |
◆ type()
◆ zero_byte_representation()
bool v8::internal::wasm::WasmValue::zero_byte_representation |
( |
| ) |
|
|
inline |
◆ bit_pattern_
uint8_t v8::internal::wasm::WasmValue::bit_pattern_[16] |
|
private |
◆ module_
const WasmModule* v8::internal::wasm::WasmValue::module_ = nullptr |
|
private |
◆ type_
The documentation for this class was generated from the following file: