Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dv8-debugger-script.h104 virtual v8::Maybe<v8::debug::WasmScript::DebugSymbolsType>
Dv8-debugger-script.cc133 v8::Maybe<v8::debug::WasmScript::DebugSymbolsType> getDebugSymbolsType() in getDebugSymbolsType()
137 return v8::Nothing<v8::debug::WasmScript::DebugSymbolsType>(); in getDebugSymbolsType()
Dv8-debugger-agent-impl.cc1554 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()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.h236 enum class DebugSymbolsType { None, SourceMap, EmbeddedDWARF, ExternalDWARF }; enum
237 DebugSymbolsType GetDebugSymbolType() const;
Ddebug-interface.cc675 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()