Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_wasi.h48 static void FdPwrite(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_wasi.cc741 void WASI::FdPwrite(const FunctionCallbackInfo<Value>& args) { in FdPwrite() function in node::wasi::WASI
1703 env->SetProtoMethod(tmpl, "fd_pwrite", WASI::FdPwrite); in Initialize()