Home
last modified time | relevance | path

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

/third_party/node/test/cctest/
Dtest_inspector_socket.cc84 class TestInspectorDelegate;
86 static TestInspectorDelegate* delegate = nullptr;
89 static void assert_is_delegate(TestInspectorDelegate* d) { in assert_is_delegate()
93 class TestInspectorDelegate : public InspectorSocket::Delegate { class
98 TestInspectorDelegate() : inspector_ready(false), in TestInspectorDelegate() function in __anonad88c24c0111::TestInspectorDelegate
104 ~TestInspectorDelegate() override { in ~TestInspectorDelegate()
208 void TestInspectorDelegate::process(inspector_handshake_event event, in process()
231 delegate = new TestInspectorDelegate(); in on_new_connection()