![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-module.h>
Public Member Functions | |
bool | is_table64 () const |
Public Attributes | |
ValueType | type = kWasmVoid |
uint32_t | initial_size = 0 |
uint64_t | maximum_size = 0 |
bool | has_maximum_size = false |
AddressType | address_type = AddressType::kI32 |
bool | shared = false |
bool | imported = false |
bool | exported = false |
ConstantExpression | initial_value = {} |
Definition at line 688 of file wasm-module.h.
|
inline |
AddressType v8::internal::wasm::WasmTable::address_type = AddressType::kI32 |
Definition at line 695 of file wasm-module.h.
bool v8::internal::wasm::WasmTable::exported = false |
Definition at line 698 of file wasm-module.h.
bool v8::internal::wasm::WasmTable::has_maximum_size = false |
Definition at line 694 of file wasm-module.h.
bool v8::internal::wasm::WasmTable::imported = false |
Definition at line 697 of file wasm-module.h.
uint32_t v8::internal::wasm::WasmTable::initial_size = 0 |
Definition at line 690 of file wasm-module.h.
ConstantExpression v8::internal::wasm::WasmTable::initial_value = {} |
Definition at line 699 of file wasm-module.h.
uint64_t v8::internal::wasm::WasmTable::maximum_size = 0 |
Definition at line 693 of file wasm-module.h.
bool v8::internal::wasm::WasmTable::shared = false |
Definition at line 696 of file wasm-module.h.
Definition at line 689 of file wasm-module.h.