Searched refs:FdRead (Results 1 – 2 of 2) sorted by relevance
49 static void FdRead(const v8::FunctionCallbackInfo<v8::Value>& args);
800 void WASI::FdRead(const FunctionCallbackInfo<Value>& args) { in FdRead() function in node::wasi::WASI1704 env->SetProtoMethod(tmpl, "fd_read", WASI::FdRead); in Initialize()