Lines Matching refs:Unpipe
38 Unpipe(true);
49 void StreamPipe::Unpipe(bool is_in_deletion) {
124 // that eventually lead to an `Unpipe()` call.
133 pipe->Unpipe();
178 pipe->Unpipe();
185 pipe->Unpipe();
200 pipe->Unpipe();
217 pipe->Unpipe();
292 void StreamPipe::Unpipe(const FunctionCallbackInfo<Value>& args) {
295 pipe->Unpipe();
321 SetProtoMethod(isolate, pipe, "unpipe", StreamPipe::Unpipe);