Searched refs:SetKeepAlive (Results 1 – 2 of 2) sorted by relevance
74 static void SetKeepAlive(const v8::FunctionCallbackInfo<v8::Value>& args);
98 env->SetProtoMethod(t, "setKeepAlive", SetKeepAlive); in Initialize()170 void TCPWrap::SetKeepAlive(const FunctionCallbackInfo<Value>& args) { in SetKeepAlive() function in node::TCPWrap