Lines Matching refs:CLOSING
10139 CLOSING: 2,
10441 return ws[kReadyState] === states.CLOSING;
10656 ws[kReadyState] = states.CLOSING;
10812 this.ws[kReadyState] = states.CLOSING;
11082 if (this[kReadyState] === _WebSocket.CLOSING || this[kReadyState] === _WebSocket.CLOSED) {
11085 this[kReadyState] = _WebSocket.CLOSING;
11104 this[kReadyState] = states.CLOSING;
11106 this[kReadyState] = _WebSocket.CLOSING;
11282 WebSocket.CLOSING = WebSocket.prototype.CLOSING = states.CLOSING;
11287 CLOSING: staticPropertyDescriptors,
11311 CLOSING: staticPropertyDescriptors,