Searched refs:FdPwrite (Results 1 – 2 of 2) sorted by relevance
48 static void FdPwrite(const v8::FunctionCallbackInfo<v8::Value>& args);
741 void WASI::FdPwrite(const FunctionCallbackInfo<Value>& args) { in FdPwrite() function in node::wasi::WASI1703 env->SetProtoMethod(tmpl, "fd_pwrite", WASI::FdPwrite); in Initialize()