Searched refs:SockShutdown (Results 1 – 2 of 2) sorted by relevance
76 static void SockShutdown(const v8::FunctionCallbackInfo<v8::Value>& args);
1631 void WASI::SockShutdown(const FunctionCallbackInfo<Value>& args) { in SockShutdown() function in node::wasi::WASI1730 env->SetProtoMethod(tmpl, "sock_shutdown", WASI::SockShutdown); in Initialize()