Home
last modified time | relevance | path

Searched refs:uvException (Results 1 – 7 of 7) sorted by relevance

/third_party/node/lib/internal/fs/
Dwatchers.js12 uvException,
118 const error = uvException({
203 const error = uvException({
243 const error = uvException({
338 const error = uvException({
354 const error = uvException({
Dutils.js31 uvException
330 const err = uvException(ctx);
/third_party/node/test/parallel/
Dtest-uv-unmapped-exception.js5 const { uvException, uvExceptionWithHostPort } = require('internal/errors');
8 const exception = uvException({ errno: 100, syscall: 'open' });
/third_party/node/lib/internal/
Dnet.js55 const ex = errors.uvException(ctx);
Derrors.js428 const uvException = hideStackFrames(function uvException(ctx) { function
761 uvException, property
/third_party/node/lib/
Dfs.js71 uvException
359 throw uvException(ctx);
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md4478 …odejs/node/commit/030384833f)] - **fs**: do not call new when creating uvException (Joyee Cheung) …