Searched refs:FdPrestatGet (Results 1 – 2 of 2) sorted by relevance
46 static void FdPrestatGet(const v8::FunctionCallbackInfo<v8::Value>& args);
695 void WASI::FdPrestatGet(const FunctionCallbackInfo<Value>& args) { in FdPrestatGet() function in node::wasi::WASI1701 env->SetProtoMethod(tmpl, "fd_prestat_get", WASI::FdPrestatGet); in Initialize()