![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-module.h>
Public Types | |
enum | Type { SourceMap , EmbeddedDWARF , ExternalDWARF , None } |
Public Attributes | |
Type | type = Type::None |
WireBytesRef | external_url |
Static Public Attributes | |
static constexpr int | kNumTypes = 3 |
Definition at line 524 of file wasm-module.h.
Enumerator | |
---|---|
SourceMap | |
EmbeddedDWARF | |
ExternalDWARF | |
None |
Definition at line 526 of file wasm-module.h.
WireBytesRef v8::internal::wasm::WasmDebugSymbols::external_url |
Definition at line 528 of file wasm-module.h.
|
staticconstexpr |
Definition at line 525 of file wasm-module.h.
Type v8::internal::wasm::WasmDebugSymbols::type = Type::None |
Definition at line 527 of file wasm-module.h.