Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_wasi.h29 static void ClockTimeGet(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_wasi.cc356 void WASI::ClockTimeGet(const FunctionCallbackInfo<Value>& args) { in ClockTimeGet() function in node::wasi::WASI
1687 env->SetProtoMethod(tmpl, "clock_time_get", WASI::ClockTimeGet); in Initialize()