Home
last modified time | relevance | path

Searched defs:WasmDebugSymbols (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-module.h390 struct V8_EXPORT_PRIVATE WasmDebugSymbols { struct
391 enum class Type { None, SourceMap, EmbeddedDWARF, ExternalDWARF };
392 Type type = Type::None;
393 WireBytesRef external_url;