Searched refs:_on_ws_open (Results 1 – 2 of 2) sorted by relevance
49 this.ws.onopen = this._on_ws_open.bind(this);72 this._on_ws_open = function () { method in NBDServer.constructor
118 this.ws.onopen = this._on_ws_open.bind(this);139 this._on_ws_open = function(ev) { method in NBDServer