![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
This is the complete list of members for v8::internal::WasmGlobalObject, including all inherited members.
address() const | v8::internal::WasmGlobalObject | inlineprivate |
GetF32() | v8::internal::WasmGlobalObject | inline |
GetF64() | v8::internal::WasmGlobalObject | inline |
GetI32() | v8::internal::WasmGlobalObject | inline |
GetI64() | v8::internal::WasmGlobalObject | inline |
GetRef() | v8::internal::WasmGlobalObject | inline |
GetS128RawBytes() | v8::internal::WasmGlobalObject | inline |
New(Isolate *isolate, DirectHandle< WasmTrustedInstanceData > instance_object, MaybeDirectHandle< JSArrayBuffer > maybe_untagged_buffer, MaybeDirectHandle< FixedArray > maybe_tagged_buffer, wasm::ValueType type, int32_t offset, bool is_mutable) | v8::internal::WasmGlobalObject | static |
SetF32(float value) | v8::internal::WasmGlobalObject | inline |
SetF64(double value) | v8::internal::WasmGlobalObject | inline |
SetI32(int32_t value) | v8::internal::WasmGlobalObject | inline |
SetI64(int64_t value) | v8::internal::WasmGlobalObject | inline |
SetRef(DirectHandle< Object > value) | v8::internal::WasmGlobalObject | inline |
type_size() const | v8::internal::WasmGlobalObject | inline |