Searched defs:WasmDebugSymbols (Results 1 – 1 of 1) sorted by relevance
390 struct V8_EXPORT_PRIVATE WasmDebugSymbols { struct391 enum class Type { None, SourceMap, EmbeddedDWARF, ExternalDWARF };392 Type type = Type::None;393 WireBytesRef external_url;