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() 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()
|
D | tty_wrap.cc | 126 env->CollectUVExceptionInfo(args[2], err, "uv_tty_init"); in New()
|
D | udp_wrap.cc | 321 env->CollectUVExceptionInfo(args[2], UV_EINVAL, uv_func_name); in BufferSize() 335 env->CollectUVExceptionInfo(args[2], err, uv_func_name); in BufferSize()
|
D | env.cc | 975 void Environment::CollectUVExceptionInfo(Local<Value> object, in CollectUVExceptionInfo() function in node::Environment
|
D | env.h | 1029 void CollectUVExceptionInfo(v8::Local<v8::Value> context,
|