Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_wasi.h46 static void FdPrestatGet(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_wasi.cc695 void WASI::FdPrestatGet(const FunctionCallbackInfo<Value>& args) { in FdPrestatGet() function in node::wasi::WASI
1701 env->SetProtoMethod(tmpl, "fd_prestat_get", WASI::FdPrestatGet); in Initialize()