Searched refs:uvException (Results 1 – 7 of 7) sorted by relevance
12 uvException,118 const error = uvException({203 const error = uvException({243 const error = uvException({338 const error = uvException({354 const error = uvException({
31 uvException330 const err = uvException(ctx);
5 const { uvException, uvExceptionWithHostPort } = require('internal/errors');8 const exception = uvException({ errno: 100, syscall: 'open' });
55 const ex = errors.uvException(ctx);
428 const uvException = hideStackFrames(function uvException(ctx) { function761 uvException, property
71 uvException359 throw uvException(ctx);
4478 …odejs/node/commit/030384833f)] - **fs**: do not call new when creating uvException (Joyee Cheung) …