Searched refs:ClockTimeGet (Results 1 – 2 of 2) sorted by relevance
29 static void ClockTimeGet(const v8::FunctionCallbackInfo<v8::Value>& args);
356 void WASI::ClockTimeGet(const FunctionCallbackInfo<Value>& args) { in ClockTimeGet() function in node::wasi::WASI1687 env->SetProtoMethod(tmpl, "clock_time_get", WASI::ClockTimeGet); in Initialize()