Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_wasi.h33 static void FdAllocate(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_wasi.cc480 void WASI::FdAllocate(const FunctionCallbackInfo<Value>& args) { in FdAllocate() function in node::wasi::WASI
1691 env->SetProtoMethod(tmpl, "fd_allocate", WASI::FdAllocate); in Initialize()