Searched refs:SetNoDelay (Results 1 – 2 of 2) sorted by relevance
73 static void SetNoDelay(const v8::FunctionCallbackInfo<v8::Value>& args);
97 env->SetProtoMethod(t, "setNoDelay", SetNoDelay); in Initialize()159 void TCPWrap::SetNoDelay(const FunctionCallbackInfo<Value>& args) { in SetNoDelay() function in node::TCPWrap