Searched refs:ErrnoException (Results 1 – 11 of 11) sorted by relevance
/third_party/node/test/addons/errno-exception/ |
D | binding.cc | 7 args.GetReturnValue().Set(node::ErrnoException(isolate, in Method()
|
/third_party/typescript/scripts/ |
D | failed-tests.d.ts | 11 …res: readonly Mocha.Test[], keepFailed: boolean, done: (err?: NodeJS.ErrnoException) => void): voi…
|
/third_party/typescript/src/harness/ |
D | vfsUtil.ts | 1027 …private _walk(path: string, noFollow?: boolean, onError?: (error: NodeJS.ErrnoException, fragment:… 1028 …private _walk(path: string, noFollow?: boolean, onError?: (error: NodeJS.ErrnoException, fragment:… 1029 …private _walk(path: string, noFollow?: boolean, onError?: (error: NodeJS.ErrnoException, fragment:… 1074 function trapError(error: NodeJS.ErrnoException, node?: Inode) { 1346 … const err: NodeJS.ErrnoException = new Error(`${code}: ${IOErrorMessages[code]} ${details}`);
|
/third_party/node/src/ |
D | node.h | 132 NODE_EXTERN v8::Local<v8::Value> ErrnoException(v8::Isolate* isolate, 145 inline v8::Local<v8::Value> ErrnoException( 150 return ErrnoException(v8::Isolate::GetCurrent(),
|
D | env-inl.h | 1032 ErrnoException(isolate(), errorno, syscall, message, path)); in ThrowErrnoException()
|
/third_party/node/src/api/ |
D | exceptions.cc | 22 Local<Value> ErrnoException(Isolate* isolate, in ErrnoException() function
|
/third_party/typescript/src/tsserver/ |
D | nodeServer.ts | 123 close(fd: number, callback: (err: NodeJS.ErrnoException) => void): void; 126 stat(path: string, callback?: (err: NodeJS.ErrnoException, stats: Stats) => any): void;
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V5.md | 1236 …dejs/node/commit/c311b61430)] - **src**: fix deprecation message for ErrnoException (Martin von Ga…
|
D | CHANGELOG_V9.md | 2263 …ommit/95c8df18f1)] - **(SEMVER-MAJOR)** **test**: add test to verify ErrnoException path (Daniel B…
|
D | CHANGELOG_V4.md | 2633 …dejs/node/commit/d47f6ba768)] - **src**: fix deprecation message for ErrnoException (Martin von Ga…
|
/third_party/node/tools/ |
D | lint-md.mjs | 21628 /** @type {NodeJS.ErrnoException} */ 21711 * @param {NodeJS.ErrnoException|null} error 27260 * @param {(error: NodeJS.ErrnoException|null, result?: SearchResults) => void} callback
|