![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Attributes | |
std::vector< WasmCode * > | code |
std::shared_ptr< NativeModule > | native_module |
std::shared_ptr< const char[]> | source_url |
Definition at line 500 of file wasm-engine.cc.
std::vector<WasmCode*> v8::internal::wasm::WasmEngine::IsolateInfo::CodeToLogPerScript::code |
Definition at line 501 of file wasm-engine.cc.
std::shared_ptr<NativeModule> v8::internal::wasm::WasmEngine::IsolateInfo::CodeToLogPerScript::native_module |
Definition at line 503 of file wasm-engine.cc.
std::shared_ptr<const char[]> v8::internal::wasm::WasmEngine::IsolateInfo::CodeToLogPerScript::source_url |
Definition at line 504 of file wasm-engine.cc.