Home
last modified time | relevance | path

Searched refs:sp_debug_host (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/tools/v8windbg/base/
H A Ddbgext.cc19 WRL::ComPtr<IDebugHost> sp_debug_host; variable
41 &sp_debug_host)); in DebugExtensionInitialize()
43 RETURN_IF_FAIL(sp_debug_host.As(&sp_debug_host_memory)); in DebugExtensionInitialize()
44 RETURN_IF_FAIL(sp_debug_host.As(&sp_debug_host_symbols)); in DebugExtensionInitialize()
45 RETURN_IF_FAIL(sp_debug_host.As(&sp_debug_host_extensibility)); in DebugExtensionInitialize()
52 sp_debug_host = nullptr; in DebugExtensionUninitialize()
H A Ddbgext.h24 extern WRL::ComPtr<IDebugHost> sp_debug_host;
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dlocal-variables.cc38 RETURN_IF_FAIL(sp_debug_host.As(&symbols));
40 RETURN_IF_FAIL(sp_debug_host->GetCurrentContext(&host_context));
H A Djs-stack.cc12 RETURN_IF_FAIL(sp_debug_host->GetCurrentContext(&sp_host_context)); in GetJSStackFrames()
33 RETURN_IF_FAIL(sp_debug_host->GetCurrentContext(&sp_ctx));
H A Dcur-isolate.cc32 RETURN_IF_FAIL(sp_debug_host->GetCurrentContext(&sp_host_context)); in GetCurrentIsolate()
H A Dv8windbg-extension.cc22 sp_debug_host == nullptr) { in CreateExtension()
H A Dobject-inspection.cc663 RETURN_IF_FAIL(sp_debug_host->GetCurrentContext(&sp_ctx));

Completed in 4 milliseconds