![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-module.h>
Public Member Functions | |
WasmDataSegment (bool is_active, bool is_shared, uint32_t memory_index, ConstantExpression dest_addr, WireBytesRef source) | |
Static Public Member Functions | |
static WasmDataSegment | PassiveForTesting () |
Public Attributes | |
bool | active = true |
bool | shared = false |
uint32_t | memory_index |
ConstantExpression | dest_addr |
WireBytesRef | source |
Definition at line 199 of file wasm-module.h.
|
inlineexplicit |
Definition at line 200 of file wasm-module.h.
|
inlinestatic |
Definition at line 209 of file wasm-module.h.
bool v8::internal::wasm::WasmDataSegment::active = true |
Definition at line 213 of file wasm-module.h.
ConstantExpression v8::internal::wasm::WasmDataSegment::dest_addr |
Definition at line 216 of file wasm-module.h.
uint32_t v8::internal::wasm::WasmDataSegment::memory_index |
Definition at line 215 of file wasm-module.h.
bool v8::internal::wasm::WasmDataSegment::shared = false |
Definition at line 214 of file wasm-module.h.
WireBytesRef v8::internal::wasm::WasmDataSegment::source |
Definition at line 217 of file wasm-module.h.