Searched refs:FdSync (Results 1 – 2 of 2) sorted by relevance
53 static void FdSync(const v8::FunctionCallbackInfo<v8::Value>& args);
933 void WASI::FdSync(const FunctionCallbackInfo<Value>& args) { in FdSync() function in node::wasi::WASI1708 env->SetProtoMethod(tmpl, "fd_sync", WASI::FdSync); in Initialize()