Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_wasi.h36 static void FdFdstatGet(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_wasi.cc520 void WASI::FdFdstatGet(const FunctionCallbackInfo<Value>& args) { in FdFdstatGet() function in node::wasi::WASI
1694 env->SetProtoMethod(tmpl, "fd_fdstat_get", WASI::FdFdstatGet); in Initialize()