/third_party/node/lib/internal/streams/ |
H A D | compose.js | 82 let onclose; 86 const cb = onclose; 87 onclose = null; 233 if (!err && onclose !== null) { 241 if (onclose === null) { 244 onclose = callback;
|
H A D | end-of-stream.js | 142 const onclose = () => { 184 stream.on('abort', onclose); 198 stream.on('aborted', onclose); 206 stream.on('close', onclose); 209 process.nextTick(onclose); 232 stream.removeListener('aborted', onclose); 234 stream.removeListener('abort', onclose); 242 stream.removeListener('close', onclose);
|
H A D | duplexify.js | 254 let onclose; 258 const cb = onclose; 259 onclose = null; 356 if (!err && onclose !== null) { 364 if (onclose === null) { 367 onclose = callback;
|
H A D | legacy.js | 39 source.on('close', onclose); 51 function onclose() { 75 source.removeListener('close', onclose);
|
/third_party/node/lib/internal/ |
H A D | socket_list.js | 19 if (!this.child.connected) return onclose(); 22 function onclose() { function 29 self.child.removeListener('disconnect', onclose); 35 this.child.once('disconnect', onclose);
|
/third_party/node/test/parallel/ |
H A D | test-inspector-port-zero.js | 31 let onclose = () => { 32 onclose = () => assert.strictEqual(port, stdout.trim()); 34 proc.stdout.on('close', mustCall(() => onclose())); 35 proc.stderr.on('close', mustCall(() => onclose()));
|
H A D | test-http-1.0-keep-alive.js | 138 function onclose() { 143 conn.on('close', onclose); 149 conn.removeListener('close', onclose);
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/mount-origin/ |
H A D | example.js | 48 subscriber_ws.onclose = function(){ 64 publisher_ws.onclose = function(){
|
/third_party/node/lib/internal/repl/ |
H A D | history.js | 77 fs.close(hnd, onclose); 80 function onclose(err) {
|
/third_party/libwebsockets/test-apps/ |
H A D | test.js | 222 socket_di.onclose = function(){ 282 socket_status.onclose = function(){ 329 socket_ot.onclose = function(e){ 452 socket_lm.onclose = function(){
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
H A D | test.js | 222 socket_di.onclose = function(){ 282 socket_status.onclose = function(){ 329 socket_ot.onclose = function(e){ 452 socket_lm.onclose = function(){
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/mount-origin/ |
H A D | example.js | 53 ws.onclose = function(){
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/mount-origin/ |
H A D | example.js | 61 ws.onclose = function(){
|
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/mount-origin/ |
H A D | example.js | 61 ws.onclose = function(){
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/mount-origin/ |
H A D | example.js | 49 ws.onclose = function(){
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/mount-origin/ |
H A D | example.js | 67 ws.onclose = function(){
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/mount-origin/ |
H A D | example.js | 49 ws.onclose = function(){
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server/mount-origin/ |
H A D | example.js | 49 ws.onclose = function(){
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/mount-origin/ |
H A D | example.js | 48 ws.onclose = function(){
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/mount-origin/ |
H A D | example.js | 50 ws.onclose = function(){
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/mount-origin/ |
H A D | example.js | 61 ws.onclose = function(){
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-corner/mount-origin/ |
H A D | example.js | 61 ws[n].onclose = function(){
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/mount-origin/ |
H A D | example.js | 61 ws.onclose = function(){
|
/third_party/node/deps/undici/src/lib/websocket/ |
H A D | websocket.js | 442 get onclose () { 448 set onclose (fn) { 561 onclose: kEnumerableProperty,
|
/third_party/node/lib/internal/worker/ |
H A D | io.js | 254 function onclose() { class 262 value: onclose,
|