Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/v8windbg/base/
H A Ddbgext.cc32 WRL::ComPtr<IDebugClient> sp_debug_client; in DebugExtensionInitialize() local
35 RETURN_IF_FAIL(DebugCreate(__uuidof(IDebugClient), &sp_debug_client)); in DebugExtensionInitialize()
37 RETURN_IF_FAIL(sp_debug_client.As(&sp_data_model_access)); in DebugExtensionInitialize()
38 RETURN_IF_FAIL(sp_debug_client.As(&sp_debug_control)); in DebugExtensionInitialize()

Completed in 1 milliseconds