Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_wasi.h45 static void FdPread(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_wasi.cc644 void WASI::FdPread(const FunctionCallbackInfo<Value>& args) { in FdPread() function in node::wasi::WASI
1700 env->SetProtoMethod(tmpl, "fd_pread", WASI::FdPread); in Initialize()