Lines Matching refs:kError
53 kError,
432 this[kSocket][kError] = err
441 this[kSocket][kError] = err
813 socket[kError] = null
1082 this[kError] = err
1125 if (!this[kError] && parser.statusCode && !parser.shouldKeepAlive) {
1134 const err = this[kError] || new SocketError('closed', util.getSocketInfo(this))
1266 socket[kError] = null
2074 if (socket[kError]) {
2075 reject(socket[kError])
2089 if (socket[kError]) {
2090 throw socket[kError]
2120 if (socket[kError]) {
2121 throw socket[kError]
2155 if (socket[kError]) {
2156 throw socket[kError]
2221 if (socket[kError]) {
2222 throw socket[kError]