#include <wasm-objects.h>
Definition at line 427 of file wasm-objects.h.
◆ address()
Address v8::internal::WasmGlobalObject::address |
( |
| ) |
const |
|
inlineprivate |
◆ GetF32()
float v8::internal::WasmGlobalObject::GetF32 |
( |
| ) |
|
|
inline |
◆ GetF64()
double v8::internal::WasmGlobalObject::GetF64 |
( |
| ) |
|
|
inline |
◆ GetI32()
int32_t v8::internal::WasmGlobalObject::GetI32 |
( |
| ) |
|
|
inline |
◆ GetI64()
int64_t v8::internal::WasmGlobalObject::GetI64 |
( |
| ) |
|
|
inline |
◆ GetRef()
◆ GetS128RawBytes()
uint8_t * v8::internal::WasmGlobalObject::GetS128RawBytes |
( |
| ) |
|
|
inline |
◆ New()
◆ SetF32()
void v8::internal::WasmGlobalObject::SetF32 |
( |
float | value | ) |
|
|
inline |
◆ SetF64()
void v8::internal::WasmGlobalObject::SetF64 |
( |
double | value | ) |
|
|
inline |
◆ SetI32()
void v8::internal::WasmGlobalObject::SetI32 |
( |
int32_t | value | ) |
|
|
inline |
◆ SetI64()
void v8::internal::WasmGlobalObject::SetI64 |
( |
int64_t | value | ) |
|
|
inline |
◆ SetRef()
◆ type_size()
int v8::internal::WasmGlobalObject::type_size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: