Searched refs:FdAllocate (Results 1 – 2 of 2) sorted by relevance
33 static void FdAllocate(const v8::FunctionCallbackInfo<v8::Value>& args);
480 void WASI::FdAllocate(const FunctionCallbackInfo<Value>& args) { in FdAllocate() function in node::wasi::WASI1691 env->SetProtoMethod(tmpl, "fd_allocate", WASI::FdAllocate); in Initialize()