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

Public Member Functions

 ValTypeImpl (ValKind kind)
 

Public Attributes

ValKind kind
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ValTypeImpl()

wasm::ValTypeImpl::ValTypeImpl ( ValKind kind)
inlineexplicit

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

Member Data Documentation

◆ kind

ValKind wasm::ValTypeImpl::kind

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


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