Searched refs:FdDatasync (Results 1 – 2 of 2) sorted by relevance
35 static void FdDatasync(const v8::FunctionCallbackInfo<v8::Value>& args);
508 void WASI::FdDatasync(const FunctionCallbackInfo<Value>& args) { in FdDatasync() function in node::wasi::WASI1693 env->SetProtoMethod(tmpl, "fd_datasync", WASI::FdDatasync); in Initialize()