Searched refs:CollectUVExceptionInfo (Results 1 – 5 of 5) sorted by relevance
/third_party/node/src/ |
D | node_os.cc | 68 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()
|
D | tty_wrap.cc | 137 env->CollectUVExceptionInfo(args[1], err, "uv_tty_init"); in New()
|
D | udp_wrap.cc | 355 env->CollectUVExceptionInfo(args[2], UV_EINVAL, uv_func_name); in BufferSize() 369 env->CollectUVExceptionInfo(args[2], err, uv_func_name); in BufferSize()
|
D | env.h | 706 void CollectUVExceptionInfo(v8::Local<v8::Value> context,
|
D | env.cc | 1336 void Environment::CollectUVExceptionInfo(Local<Value> object, in CollectUVExceptionInfo() function in node::Environment
|