Searched refs:FdFilestatGet (Results 1 – 2 of 2) sorted by relevance
40 static void FdFilestatGet(const v8::FunctionCallbackInfo<v8::Value>& args);
580 void WASI::FdFilestatGet(const FunctionCallbackInfo<Value>& args) { in FdFilestatGet() function in node::wasi::WASI1697 env->SetProtoMethod(tmpl, "fd_filestat_get", WASI::FdFilestatGet); in Initialize()