Searched refs:FdFdstatGet (Results 1 – 2 of 2) sorted by relevance
36 static void FdFdstatGet(const v8::FunctionCallbackInfo<v8::Value>& args);
520 void WASI::FdFdstatGet(const FunctionCallbackInfo<Value>& args) { in FdFdstatGet() function in node::wasi::WASI1694 env->SetProtoMethod(tmpl, "fd_fdstat_get", WASI::FdFdstatGet); in Initialize()