Searched defs:WasmDebugSymbols (Results 1 – 1 of 1) sorted by relevance
254 struct V8_EXPORT_PRIVATE WasmDebugSymbols { struct255 enum class Type { None, SourceMap, EmbeddedDWARF, ExternalDWARF };256 Type type = Type::None;257 WireBytesRef external_url;