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

Public Member Functions

 EngineImpl ()
 
 ~EngineImpl ()
 

Public Attributes

std::unique_ptr< v8::Platformplatform
 

Static Public Attributes

static bool created = false
 

Detailed Description

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

Constructor & Destructor Documentation

◆ EngineImpl()

wasm::EngineImpl::EngineImpl ( )
inline

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

◆ ~EngineImpl()

wasm::EngineImpl::~EngineImpl ( )
inline

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

Here is the call graph for this function:

Member Data Documentation

◆ created

bool wasm::EngineImpl::created = false
static

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

◆ platform

std::unique_ptr<v8::Platform> wasm::EngineImpl::platform

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


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