Lines Matching refs:CLOSING
11357 CLOSING: 2, property
11669 return ws[kReadyState] === states.CLOSING;
11894 ws[kReadyState] = states.CLOSING;
12057 this.ws[kReadyState] = states.CLOSING;
12330 if (this[kReadyState] === _WebSocket.CLOSING || this[kReadyState] === _WebSocket.CLOSED) {
12333 this[kReadyState] = _WebSocket.CLOSING;
12352 this[kReadyState] = states.CLOSING;
12354 this[kReadyState] = _WebSocket.CLOSING;
12530 WebSocket.CLOSING = WebSocket.prototype.CLOSING = states.CLOSING;
12535 CLOSING: staticPropertyDescriptors, property
12559 CLOSING: staticPropertyDescriptors, property