Searched refs:IsIPCPipe (Results 1 – 6 of 6) sorted by relevance
195 if (args[2]->IsObject() && IsIPCPipe()) { in WriteBuffer()248 (!IsIPCPipe() || send_handle_obj.IsEmpty()); in WriteString()299 if (IsIPCPipe() && !send_handle_obj.IsEmpty()) { in WriteString()356 bool StreamBase::IsIPCPipe() { in IsIPCPipe() function in node::StreamBase
45 bool IsIPCPipe() override;
63 bool IsIPCPipe() override;
314 virtual bool IsIPCPipe();
183 bool LibuvStreamWrap::IsIPCPipe() { in IsIPCPipe() function in node::LibuvStreamWrap
650 bool TLSWrap::IsIPCPipe() { in IsIPCPipe() function in node::TLSWrap651 return underlying_stream()->IsIPCPipe(); in IsIPCPipe()