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

Public Member Functions

 NativeModuleInfo (std::weak_ptr< NativeModule > native_module)
 

Public Attributes

std::weak_ptr< NativeModuleweak_ptr
 
std::unordered_set< Isolate * > isolates
 

Detailed Description

Definition at line 532 of file wasm-engine.cc.

Constructor & Destructor Documentation

◆ NativeModuleInfo()

v8::internal::wasm::WasmEngine::NativeModuleInfo::NativeModuleInfo ( std::weak_ptr< NativeModule > native_module)
inlineexplicit

Definition at line 533 of file wasm-engine.cc.

Member Data Documentation

◆ isolates

std::unordered_set<Isolate*> v8::internal::wasm::WasmEngine::NativeModuleInfo::isolates

Definition at line 540 of file wasm-engine.cc.

◆ weak_ptr

std::weak_ptr<NativeModule> v8::internal::wasm::WasmEngine::NativeModuleInfo::weak_ptr

Definition at line 537 of file wasm-engine.cc.


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