Lines Matching refs:close
144 if (this[kStateSymbol].handle) this.close();
150 this.once('close', disposable[SymbolDispose]);
200 oldHandle.close();
229 return handle.close();
367 // Todo: close?
733 Socket.prototype.close = function(callback) {
738 this.on('close', callback);
741 ArrayPrototypePush(queue, FunctionPrototypeBind(this.close, this));
747 state.handle.close();
761 return FunctionPrototypeCall(promisify(this.close), this);
766 self.emit('close');