Home
last modified time | relevance | path

Searched refs:DebugSymbolsType (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/inspector/
Dv8-debugger-script.h66 virtual v8::Maybe<v8::debug::WasmScript::DebugSymbolsType>
Dv8-debugger-script.cc126 v8::Maybe<v8::debug::WasmScript::DebugSymbolsType> getDebugSymbolsType() in getDebugSymbolsType()
130 return v8::Nothing<v8::debug::WasmScript::DebugSymbolsType>(); in getDebugSymbolsType()
Dv8-debugger-agent-impl.cc1558 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()
/external/v8/src/debug/
Ddebug-interface.h178 enum class DebugSymbolsType { None, SourceMap, EmbeddedDWARF, ExternalDWARF }; enum
179 DebugSymbolsType GetDebugSymbolType() const;
/external/v8/src/api/
Dapi.cc9875 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()