Searched refs:ThrowUVException (Results 1 – 9 of 9) sorted by relevance
/third_party/node/src/ |
D | node_process_methods.cc | 89 return env->ThrowUVException(err, "chdir", nullptr, buf, *path); in Chdir() 115 return env->ThrowUVException(err, "uv_getrusage"); in CPUUsage() 133 return env->ThrowUVException(err, "uv_cwd"); in Cwd() 174 return env->ThrowUVException(err, "uv_resident_set_memory"); in Rss() 197 return env->ThrowUVException(err, "uv_resident_set_memory"); in MemoryUsage() 322 return env->ThrowUVException(err, "uv_getrusage"); in ResourceUsage()
|
D | heap_utils.cc | 363 env->ThrowUVException(err, "open", nullptr, filename); in WriteSnapshot() 370 env->ThrowUVException(err, "write", nullptr, filename); in WriteSnapshot() 377 env->ThrowUVException(err, "close", nullptr, filename); in WriteSnapshot()
|
D | node_dir.cc | 158 env->ThrowUVException(detail.ret, "close", msg); in GCClose()
|
D | tcp_wrap.cc | 414 env->ThrowUVException(r, "uv_if_indextoiid"); in AddressToJS()
|
D | env-inl.h | 743 inline void Environment::ThrowUVException(int errorno, in ThrowUVException() function
|
D | env.h | 781 inline void ThrowUVException(int errorno,
|
D | node_file.cc | 355 env->ThrowUVException(detail.ret, "close", msg); in Close()
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V14.md | 2472 …ps://github.com/nodejs/node/commit/392c8815fe)] - **src**: use env->ThrowUVException in pipe\_wrap…
|
D | CHANGELOG_V12.md | 711 …ps://github.com/nodejs/node/commit/ade27b732b)] - **src**: use env->ThrowUVException in pipe\_wrap…
|