#include <wasm-module.h>
|
| WasmElemSegment (bool shared, ValueType type, uint32_t table_index, ConstantExpression offset, ElementType element_type, uint32_t element_count, uint32_t elements_wire_bytes_offset) |
|
| WasmElemSegment (Status status, bool shared, ValueType type, ElementType element_type, uint32_t element_count, uint32_t elements_wire_bytes_offset) |
|
| WasmElemSegment () |
|
| WasmElemSegment (const WasmElemSegment &)=delete |
|
| WasmElemSegment (WasmElemSegment &&) V8_NOEXCEPT=default |
|
WasmElemSegment & | operator= (const WasmElemSegment &)=delete |
|
WasmElemSegment & | operator= (WasmElemSegment &&) V8_NOEXCEPT=default |
|
Definition at line 221 of file wasm-module.h.
◆ ElementType
Enumerator |
---|
kFunctionIndexElements | |
kExpressionElements | |
Definition at line 227 of file wasm-module.h.
◆ Status
Enumerator |
---|
kStatusActive | |
kStatusPassive | |
kStatusDeclarative | |
Definition at line 222 of file wasm-module.h.
◆ WasmElemSegment() [1/5]
v8::internal::wasm::WasmElemSegment::WasmElemSegment |
( |
bool | shared, |
|
|
ValueType | type, |
|
|
uint32_t | table_index, |
|
|
ConstantExpression | offset, |
|
|
ElementType | element_type, |
|
|
uint32_t | element_count, |
|
|
uint32_t | elements_wire_bytes_offset ) |
|
inline |
◆ WasmElemSegment() [2/5]
v8::internal::wasm::WasmElemSegment::WasmElemSegment |
( |
Status | status, |
|
|
bool | shared, |
|
|
ValueType | type, |
|
|
ElementType | element_type, |
|
|
uint32_t | element_count, |
|
|
uint32_t | elements_wire_bytes_offset ) |
|
inline |
◆ WasmElemSegment() [3/5]
v8::internal::wasm::WasmElemSegment::WasmElemSegment |
( |
| ) |
|
|
inline |
◆ WasmElemSegment() [4/5]
v8::internal::wasm::WasmElemSegment::WasmElemSegment |
( |
const WasmElemSegment & | | ) |
|
|
delete |
◆ WasmElemSegment() [5/5]
v8::internal::wasm::WasmElemSegment::WasmElemSegment |
( |
WasmElemSegment && | | ) |
|
|
default |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ element_count
uint32_t v8::internal::wasm::WasmElemSegment::element_count |
◆ element_type
ElementType v8::internal::wasm::WasmElemSegment::element_type |
◆ elements_wire_bytes_offset
uint32_t v8::internal::wasm::WasmElemSegment::elements_wire_bytes_offset |
◆ offset
◆ shared
bool v8::internal::wasm::WasmElemSegment::shared |
◆ status
Status v8::internal::wasm::WasmElemSegment::status |
◆ table_index
uint32_t v8::internal::wasm::WasmElemSegment::table_index |
◆ type
ValueType v8::internal::wasm::WasmElemSegment::type |
The documentation for this struct was generated from the following file: