![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <module-decoder-impl.h>
Public Attributes | |
bool | is_active |
bool | is_shared |
uint32_t | memory_index |
ConstantExpression | dest_addr |
Definition at line 1489 of file module-decoder-impl.h.
ConstantExpression v8::internal::wasm::ModuleDecoderImpl::DataSegmentHeader::dest_addr |
Definition at line 1493 of file module-decoder-impl.h.
bool v8::internal::wasm::ModuleDecoderImpl::DataSegmentHeader::is_active |
Definition at line 1490 of file module-decoder-impl.h.
bool v8::internal::wasm::ModuleDecoderImpl::DataSegmentHeader::is_shared |
Definition at line 1491 of file module-decoder-impl.h.
uint32_t v8::internal::wasm::ModuleDecoderImpl::DataSegmentHeader::memory_index |
Definition at line 1492 of file module-decoder-impl.h.