Searched refs:PathSymlink (Results 1 – 2 of 2) sorted by relevance
67 static void PathSymlink(const v8::FunctionCallbackInfo<v8::Value>& args);
1340 void WASI::PathSymlink(const FunctionCallbackInfo<Value>& args) { in PathSymlink() function in node::wasi::WASI1721 env->SetProtoMethod(tmpl, "path_symlink", WASI::PathSymlink); in Initialize()