v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
wasm::MemoryTypeImpl Struct Reference
Inheritance diagram for wasm::MemoryTypeImpl:
Collaboration diagram for wasm::MemoryTypeImpl:

Public Member Functions

 MemoryTypeImpl (Limits limits)
 
 ~MemoryTypeImpl () override=default
 
- Public Member Functions inherited from wasm::ExternTypeImpl
 ExternTypeImpl (ExternKind kind)
 
virtual ~ExternTypeImpl ()=default
 

Public Attributes

Limits limits
 
- Public Attributes inherited from wasm::ExternTypeImpl
ExternKind kind
 

Detailed Description

Definition at line 825 of file c-api.cc.

Constructor & Destructor Documentation

◆ MemoryTypeImpl()

wasm::MemoryTypeImpl::MemoryTypeImpl ( Limits limits)
inlineexplicit

Definition at line 828 of file c-api.cc.

◆ ~MemoryTypeImpl()

wasm::MemoryTypeImpl::~MemoryTypeImpl ( )
overridedefault

Member Data Documentation

◆ limits

Limits wasm::MemoryTypeImpl::limits

Definition at line 826 of file c-api.cc.


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