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()
180 env->CollectUVExceptionInfo(args[args.Length() - 1], errno, in GetInterfaceAddresses()
250 env->CollectUVExceptionInfo(args[args.Length() - 1], err, "uv_os_homedir"); in GetHomeDirectory()
284 env->CollectUVExceptionInfo(args[args.Length() - 1], err, in GetUserInfo()
347 env->CollectUVExceptionInfo(args[2], err, "uv_os_setpriority"); in SetPriority()
366 env->CollectUVExceptionInfo(args[1], err, "uv_os_getpriority"); in GetPriority()
Dtty_wrap.cc126 env->CollectUVExceptionInfo(args[2], err, "uv_tty_init"); in New()
Dudp_wrap.cc321 env->CollectUVExceptionInfo(args[2], UV_EINVAL, uv_func_name); in BufferSize()
335 env->CollectUVExceptionInfo(args[2], err, uv_func_name); in BufferSize()
Denv.cc975 void Environment::CollectUVExceptionInfo(Local<Value> object, in CollectUVExceptionInfo() function in node::Environment
Denv.h1029 void CollectUVExceptionInfo(v8::Local<v8::Value> context,