Searched refs:FdSeek (Results 1 – 2 of 2) sorted by relevance
52 static void FdSeek(const v8::FunctionCallbackInfo<v8::Value>& args);
900 void WASI::FdSeek(const FunctionCallbackInfo<Value>& args) { in FdSeek() function in node::wasi::WASI1707 env->SetProtoMethod(tmpl, "fd_seek", WASI::FdSeek); in Initialize()