Home
last modified time | relevance | path

Searched refs:onunpipe (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/
Dstream_pipe.cc76 Local<Value> onunpipe; in Unpipe() local
77 if (!object->Get(env->context(), env->onunpipe_string()).ToLocal(&onunpipe)) in Unpipe()
79 if (onunpipe->IsFunction() && in Unpipe()
80 MakeCallback(onunpipe.As<Function>(), 0, nullptr).IsEmpty()) { in Unpipe()
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/readable-stream/lib/
D_stream_readable.js584 dest.on('unpipe', onunpipe);
585 function onunpipe(readable, unpipeInfo) { function
613 dest.removeListener('unpipe', onunpipe);
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/
Dreadable.js596 dest.on('unpipe', onunpipe)
597 function onunpipe(readable, unpipeInfo) { function
621 dest.removeListener('unpipe', onunpipe)
/third_party/node/lib/internal/streams/
Dreadable.js703 dest.on('unpipe', onunpipe);
704 function onunpipe(readable, unpipeInfo) { function
731 dest.removeListener('unpipe', onunpipe);
/third_party/node/lib/internal/http2/
Dcore.js2521 pipe.onunpipe = onFileUnpipe;