Lines Matching refs:bind
62 socket.create('tcp', {}, this._onCreate.bind(this));
66 }.bind(this));
90 socket.write(this.socketId, buf, this._onWriteComplete.bind(this));
110 socket.write(this.socketId, arrayBuffer, this._onWriteComplete.bind(this));
111 }.bind(this));
174 socket.connect(this.socketId, this.addr, this.port, this._onConnectComplete.bind(this));
191 setTimeout(this._periodicallyRead.bind(this), this.pollInterval);
209 setTimeout(that._periodicallyRead.bind(that), that.pollInterval);
210 socket.read(that.socketId, null, that._onDataRead.bind(that));
250 }.bind(this));
254 setTimeout(this._periodicallyRead.bind(this), 0);