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

Public Member Functions

 FuncTypeImpl (ownvec< ValType > &params, ownvec< ValType > &results)
 
- Public Member Functions inherited from wasm::ExternTypeImpl
 ExternTypeImpl (ExternKind kind)
 
virtual ~ExternTypeImpl ()=default
 

Public Attributes

ownvec< ValType > params
 
ownvec< ValType > results
 
- Public Attributes inherited from wasm::ExternTypeImpl
ExternKind kind
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FuncTypeImpl()

wasm::FuncTypeImpl::FuncTypeImpl ( ownvec< ValType > & params,
ownvec< ValType > & results )
inline

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

Member Data Documentation

◆ params

ownvec<ValType> wasm::FuncTypeImpl::params

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

◆ results

ownvec<ValType> wasm::FuncTypeImpl::results

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


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