Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_wasi.h72 static void RandomGet(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_wasi.cc1482 void WASI::RandomGet(const FunctionCallbackInfo<Value>& args) { in RandomGet() function in node::wasi::WASI
1726 env->SetProtoMethod(tmpl, "random_get", WASI::RandomGet); in Initialize()