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

Public Member Functions

 GlobalTypeImpl (own< ValType > &content, Mutability mutability)
 
 ~GlobalTypeImpl () override=default
 
- Public Member Functions inherited from wasm::ExternTypeImpl
 ExternTypeImpl (ExternKind kind)
 
virtual ~ExternTypeImpl ()=default
 

Public Attributes

own< ValType > content
 
Mutability mutability
 
- Public Attributes inherited from wasm::ExternTypeImpl
ExternKind kind
 

Detailed Description

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

Constructor & Destructor Documentation

◆ GlobalTypeImpl()

wasm::GlobalTypeImpl::GlobalTypeImpl ( own< ValType > & content,
Mutability mutability )
inline

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

◆ ~GlobalTypeImpl()

wasm::GlobalTypeImpl::~GlobalTypeImpl ( )
overridedefault

Member Data Documentation

◆ content

own<ValType> wasm::GlobalTypeImpl::content

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

◆ mutability

Mutability wasm::GlobalTypeImpl::mutability

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


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