Searched refs:PathOpen (Results 1 – 2 of 2) sorted by relevance
62 static void PathOpen(const v8::FunctionCallbackInfo<v8::Value>& args);
1173 void WASI::PathOpen(const FunctionCallbackInfo<Value>& args) { in PathOpen() function in node::wasi::WASI1717 env->SetProtoMethod(tmpl, "path_open", WASI::PathOpen); in Initialize()