Searched refs:kCurrentShutdownRequest (Results 1 – 1 of 1) sorted by relevance
22 const kCurrentShutdownRequest = Symbol('kCurrentShutdownRequest'); constant96 this[kCurrentShutdownRequest] = null;142 assert(this[kCurrentShutdownRequest] === null);143 this[kCurrentShutdownRequest] = req;166 if (this[kCurrentShutdownRequest] === null)168 const req = this[kCurrentShutdownRequest];169 this[kCurrentShutdownRequest] = null;175 assert(this[kCurrentShutdownRequest] === null);