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

Public Member Functions

 borrowed_val (wasm::Val &&v)
 
 borrowed_val (borrowed_val &&that)
 
 ~borrowed_val ()
 

Public Attributes

wasm::Val it
 

Detailed Description

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

Constructor & Destructor Documentation

◆ borrowed_val() [1/2]

borrowed_val::borrowed_val ( wasm::Val && v)
inlineexplicit

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

◆ borrowed_val() [2/2]

borrowed_val::borrowed_val ( borrowed_val && that)
inline

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

◆ ~borrowed_val()

borrowed_val::~borrowed_val ( )
inline

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

Member Data Documentation

◆ it

wasm::Val borrowed_val::it

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


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