Searched refs:RandomGet (Results 1 – 2 of 2) sorted by relevance
72 static void RandomGet(const v8::FunctionCallbackInfo<v8::Value>& args);
1482 void WASI::RandomGet(const FunctionCallbackInfo<Value>& args) { in RandomGet() function in node::wasi::WASI1726 env->SetProtoMethod(tmpl, "random_get", WASI::RandomGet); in Initialize()