Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_wasi.h54 static void FdTell(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_wasi.cc945 void WASI::FdTell(const FunctionCallbackInfo<Value>& args) { in FdTell() function in node::wasi::WASI
1709 env->SetProtoMethod(tmpl, "fd_tell", WASI::FdTell); in Initialize()