Home
last modified time | relevance | path

Searched refs:IsClosed (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dstream_pipe.h22 static void IsClosed(const v8::FunctionCallbackInfo<v8::Value>& args);
Dstream_pipe.cc298 void StreamPipe::IsClosed(const FunctionCallbackInfo<Value>& args) { in IsClosed() function in node::StreamPipe
323 SetProtoMethod(isolate, pipe, "isClosed", StreamPipe::IsClosed); in InitializeStreamPipe()