Searched refs:FdTell (Results 1 – 2 of 2) sorted by relevance
54 static void FdTell(const v8::FunctionCallbackInfo<v8::Value>& args);
945 void WASI::FdTell(const FunctionCallbackInfo<Value>& args) { in FdTell() function in node::wasi::WASI1709 env->SetProtoMethod(tmpl, "fd_tell", WASI::FdTell); in Initialize()