Home
last modified time | relevance | path

Searched refs:CollectUVExceptionInfo (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/
Dnode_os.cc68 env->CollectUVExceptionInfo(args[args.Length() - 1], r, in GetHostname()
84 env->CollectUVExceptionInfo(args[args.Length() - 1], err, "uv_os_uname"); in GetOSInformation()
155 env->CollectUVExceptionInfo(args[args.Length() - 1], err, "uv_uptime"); in GetUptime()
190 env->CollectUVExceptionInfo(args[args.Length() - 1], errno, in GetInterfaceAddresses()
260 env->CollectUVExceptionInfo(args[args.Length() - 1], err, "uv_os_homedir"); in GetHomeDirectory()
294 env->CollectUVExceptionInfo(args[args.Length() - 1], err, in GetUserInfo()
357 env->CollectUVExceptionInfo(args[2], err, "uv_os_setpriority"); in SetPriority()
376 env->CollectUVExceptionInfo(args[1], err, "uv_os_getpriority"); in GetPriority()
Dtty_wrap.cc137 env->CollectUVExceptionInfo(args[1], err, "uv_tty_init"); in New()
Dudp_wrap.cc355 env->CollectUVExceptionInfo(args[2], UV_EINVAL, uv_func_name); in BufferSize()
369 env->CollectUVExceptionInfo(args[2], err, uv_func_name); in BufferSize()
Denv.h706 void CollectUVExceptionInfo(v8::Local<v8::Value> context,
Denv.cc1336 void Environment::CollectUVExceptionInfo(Local<Value> object, in CollectUVExceptionInfo() function in node::Environment