Searched refs:IsClosed (Results 1 – 2 of 2) sorted by relevance
22 static void IsClosed(const v8::FunctionCallbackInfo<v8::Value>& args);
298 void StreamPipe::IsClosed(const FunctionCallbackInfo<Value>& args) { in IsClosed() function in node::StreamPipe323 SetProtoMethod(isolate, pipe, "isClosed", StreamPipe::IsClosed); in InitializeStreamPipe()