Searched refs:DebugSymbolsType (Results 1 – 5 of 5) sorted by relevance
66 virtual v8::Maybe<v8::debug::WasmScript::DebugSymbolsType>
126 v8::Maybe<v8::debug::WasmScript::DebugSymbolsType> getDebugSymbolsType() in getDebugSymbolsType()130 return v8::Nothing<v8::debug::WasmScript::DebugSymbolsType>(); in getDebugSymbolsType()
1558 v8::debug::WasmScript::DebugSymbolsType type) { in getDebugSymbolTypeName()1560 case v8::debug::WasmScript::DebugSymbolsType::None: in getDebugSymbolTypeName()1562 case v8::debug::WasmScript::DebugSymbolsType::SourceMap: in getDebugSymbolTypeName()1565 case v8::debug::WasmScript::DebugSymbolsType::EmbeddedDWARF: in getDebugSymbolTypeName()1568 case v8::debug::WasmScript::DebugSymbolsType::ExternalDWARF: in getDebugSymbolTypeName()1576 v8::debug::WasmScript::DebugSymbolsType type; in getDebugSymbols()
178 enum class DebugSymbolsType { None, SourceMap, EmbeddedDWARF, ExternalDWARF }; enum179 DebugSymbolsType GetDebugSymbolType() const;
9875 debug::WasmScript::DebugSymbolsType debug::WasmScript::GetDebugSymbolType() in GetDebugSymbolType()9881 return debug::WasmScript::DebugSymbolsType::None; in GetDebugSymbolType()9883 return debug::WasmScript::DebugSymbolsType::EmbeddedDWARF; in GetDebugSymbolType()9885 return debug::WasmScript::DebugSymbolsType::ExternalDWARF; in GetDebugSymbolType()9887 return debug::WasmScript::DebugSymbolsType::SourceMap; in GetDebugSymbolType()