Searched refs:DebugSymbolsType (Results 1 – 5 of 5) sorted by relevance
104 virtual v8::Maybe<v8::debug::WasmScript::DebugSymbolsType>
133 v8::Maybe<v8::debug::WasmScript::DebugSymbolsType> getDebugSymbolsType() in getDebugSymbolsType()137 return v8::Nothing<v8::debug::WasmScript::DebugSymbolsType>(); in getDebugSymbolsType()
1554 v8::debug::WasmScript::DebugSymbolsType type) { in getDebugSymbolTypeName()1556 case v8::debug::WasmScript::DebugSymbolsType::None: in getDebugSymbolTypeName()1558 case v8::debug::WasmScript::DebugSymbolsType::SourceMap: in getDebugSymbolTypeName()1561 case v8::debug::WasmScript::DebugSymbolsType::EmbeddedDWARF: in getDebugSymbolTypeName()1564 case v8::debug::WasmScript::DebugSymbolsType::ExternalDWARF: in getDebugSymbolTypeName()1572 v8::debug::WasmScript::DebugSymbolsType type; in getDebugSymbols()
236 enum class DebugSymbolsType { None, SourceMap, EmbeddedDWARF, ExternalDWARF }; enum237 DebugSymbolsType GetDebugSymbolType() const;
675 WasmScript::DebugSymbolsType WasmScript::GetDebugSymbolType() const { in GetDebugSymbolType()680 return WasmScript::DebugSymbolsType::None; in GetDebugSymbolType()682 return WasmScript::DebugSymbolsType::EmbeddedDWARF; in GetDebugSymbolType()684 return WasmScript::DebugSymbolsType::ExternalDWARF; in GetDebugSymbolType()686 return WasmScript::DebugSymbolsType::SourceMap; in GetDebugSymbolType()