Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Djs_stream_socket.js23 const kPendingShutdownRequest = Symbol('kPendingShutdownRequest'); constant
96 this[kPendingShutdownRequest] = null;
135 this[kPendingShutdownRequest] = req;
211 if (this[kPendingShutdownRequest]) {
212 const req = this[kPendingShutdownRequest];
213 this[kPendingShutdownRequest] = null;