Searched refs:kCurrentShutdownRequest (Results 1 – 1 of 1) sorted by relevance
22 const kCurrentShutdownRequest = Symbol('kCurrentShutdownRequest'); constant95 this[kCurrentShutdownRequest] = null;139 assert(this[kCurrentShutdownRequest] === null);140 this[kCurrentShutdownRequest] = req;156 if (this[kCurrentShutdownRequest] === null)158 const req = this[kCurrentShutdownRequest];159 this[kCurrentShutdownRequest] = null;165 assert(this[kCurrentShutdownRequest] === null);