Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_wasi.h40 static void FdFilestatGet(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_wasi.cc580 void WASI::FdFilestatGet(const FunctionCallbackInfo<Value>& args) { in FdFilestatGet() function in node::wasi::WASI
1697 env->SetProtoMethod(tmpl, "fd_filestat_get", WASI::FdFilestatGet); in Initialize()