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
97 this[kPendingShutdownRequest] = null;
137 this[kPendingShutdownRequest] = req;
231 if (this[kPendingShutdownRequest]) {
232 const req = this[kPendingShutdownRequest];
233 this[kPendingShutdownRequest] = null;