Home
last modified time | relevance | path

Searched defs:p_client (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/v8windbg/test/
Dv8windbg-test.cc141 WRL::ComPtr<IDebugClient5> p_client; in RunTests() local
Ddebug-callbacks.cc11 MyOutput::MyOutput(WRL::ComPtr<IDebugClient5> p_client) : p_client_(p_client) { in MyOutput()