v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::wasm::ModuleDecoderImpl::DataSegmentHeader Struct Reference

#include <module-decoder-impl.h>

Collaboration diagram for v8::internal::wasm::ModuleDecoderImpl::DataSegmentHeader:

Public Attributes

bool is_active
 
bool is_shared
 
uint32_t memory_index
 
ConstantExpression dest_addr
 

Detailed Description

Definition at line 1489 of file module-decoder-impl.h.

Member Data Documentation

◆ dest_addr

ConstantExpression v8::internal::wasm::ModuleDecoderImpl::DataSegmentHeader::dest_addr

Definition at line 1493 of file module-decoder-impl.h.

◆ is_active

bool v8::internal::wasm::ModuleDecoderImpl::DataSegmentHeader::is_active

Definition at line 1490 of file module-decoder-impl.h.

◆ is_shared

bool v8::internal::wasm::ModuleDecoderImpl::DataSegmentHeader::is_shared

Definition at line 1491 of file module-decoder-impl.h.

◆ memory_index

uint32_t v8::internal::wasm::ModuleDecoderImpl::DataSegmentHeader::memory_index

Definition at line 1492 of file module-decoder-impl.h.


The documentation for this struct was generated from the following file: