Searched refs:FdPrestatDirName (Results 1 – 2 of 2) sorted by relevance
47 static void FdPrestatDirName(const v8::FunctionCallbackInfo<v8::Value>& args);
718 void WASI::FdPrestatDirName(const FunctionCallbackInfo<Value>& args) { in FdPrestatDirName() function in node::wasi::WASI1702 env->SetProtoMethod(tmpl, "fd_prestat_dir_name", WASI::FdPrestatDirName); in Initialize()