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

Public Attributes

std::vector< WasmCode * > code
 
std::shared_ptr< NativeModulenative_module
 
std::shared_ptr< const char[]> source_url
 

Detailed Description

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

Member Data Documentation

◆ code

std::vector<WasmCode*> v8::internal::wasm::WasmEngine::IsolateInfo::CodeToLogPerScript::code

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

◆ native_module

std::shared_ptr<NativeModule> v8::internal::wasm::WasmEngine::IsolateInfo::CodeToLogPerScript::native_module

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

◆ source_url

std::shared_ptr<const char[]> v8::internal::wasm::WasmEngine::IsolateInfo::CodeToLogPerScript::source_url

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


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