Searched refs:onunpipe (Results 1 – 5 of 5) sorted by relevance
/third_party/node/src/ |
D | stream_pipe.cc | 76 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.js | 584 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/ |
D | readable.js | 596 dest.on('unpipe', onunpipe) 597 function onunpipe(readable, unpipeInfo) { function 621 dest.removeListener('unpipe', onunpipe)
|
/third_party/node/lib/internal/streams/ |
D | readable.js | 703 dest.on('unpipe', onunpipe); 704 function onunpipe(readable, unpipeInfo) { function 731 dest.removeListener('unpipe', onunpipe);
|
/third_party/node/lib/internal/http2/ |
D | core.js | 2521 pipe.onunpipe = onFileUnpipe;
|