Searched refs:FdPread (Results 1 – 2 of 2) sorted by relevance
45 static void FdPread(const v8::FunctionCallbackInfo<v8::Value>& args);
644 void WASI::FdPread(const FunctionCallbackInfo<Value>& args) { in FdPread() function in node::wasi::WASI1700 env->SetProtoMethod(tmpl, "fd_pread", WASI::FdPread); in Initialize()