Searched refs:FdClose (Results 1 – 2 of 2) sorted by relevance
34 static void FdClose(const v8::FunctionCallbackInfo<v8::Value>& args);
496 void WASI::FdClose(const FunctionCallbackInfo<Value>& args) { in FdClose() function in node::wasi::WASI1692 env->SetProtoMethod(tmpl, "fd_close", WASI::FdClose); in Initialize()