Home
last modified time | relevance | path

Searched refs:sp_debug_host_symbols (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/tools/v8windbg/base/
H A Ddbgext.cc22 WRL::ComPtr<IDebugHostSymbols> sp_debug_host_symbols; variable
44 RETURN_IF_FAIL(sp_debug_host.As(&sp_debug_host_symbols)); in DebugExtensionInitialize()
55 sp_debug_host_symbols = nullptr; in DebugExtensionUninitialize()
H A Ddbgext.h27 extern WRL::ComPtr<IDebugHostSymbols> sp_debug_host_symbols;
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dv8windbg-extension.cc155 if (SUCCEEDED(sp_debug_host_symbols->FindModuleByName(sp_ctx.Get(), name, in GetV8Module()
169 sp_debug_host_symbols->EnumerateModules(sp_ctx.Get(), &sp_enum))) { in GetV8Module()
215 RETURN_IF_FAIL(sp_debug_host_symbols->CreateTypeSignature( in Initialize()
247 sp_debug_host_symbols->CreateTypeSignature(name, nullptr, &signature)); in Initialize()
311 RETURN_IF_FAIL(sp_debug_host_symbols->CreateTypeSignature(class_name, nullptr, in RegisterAndAddPropertyForClass()

Completed in 1 milliseconds