Home
last modified time | relevance | path

Searched refs:FdPrestatDirName (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_wasi.h47 static void FdPrestatDirName(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_wasi.cc718 void WASI::FdPrestatDirName(const FunctionCallbackInfo<Value>& args) { in FdPrestatDirName() function in node::wasi::WASI
1702 env->SetProtoMethod(tmpl, "fd_prestat_dir_name", WASI::FdPrestatDirName); in Initialize()