Home
last modified time | relevance | path

Searched refs:ErrnoException (Results 1 – 11 of 11) sorted by relevance

/third_party/node/test/addons/errno-exception/
Dbinding.cc7 args.GetReturnValue().Set(node::ErrnoException(isolate, in Method()
/third_party/typescript/scripts/
Dfailed-tests.d.ts11 …res: readonly Mocha.Test[], keepFailed: boolean, done: (err?: NodeJS.ErrnoException) => void): voi…
/third_party/typescript/src/harness/
DvfsUtil.ts1027 …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/
Dnode.h132 NODE_EXTERN v8::Local<v8::Value> ErrnoException(v8::Isolate* isolate,
145 inline v8::Local<v8::Value> ErrnoException(
150 return ErrnoException(v8::Isolate::GetCurrent(),
Denv-inl.h1032 ErrnoException(isolate(), errorno, syscall, message, path)); in ThrowErrnoException()
/third_party/node/src/api/
Dexceptions.cc22 Local<Value> ErrnoException(Isolate* isolate, in ErrnoException() function
/third_party/typescript/src/tsserver/
DnodeServer.ts123 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/
DCHANGELOG_V5.md1236 …dejs/node/commit/c311b61430)] - **src**: fix deprecation message for ErrnoException (Martin von Ga…
DCHANGELOG_V9.md2263 …ommit/95c8df18f1)] - **(SEMVER-MAJOR)** **test**: add test to verify ErrnoException path (Daniel B…
DCHANGELOG_V4.md2633 …dejs/node/commit/d47f6ba768)] - **src**: fix deprecation message for ErrnoException (Martin von Ga…
/third_party/node/tools/
Dlint-md.mjs21628 /** @type {NodeJS.ErrnoException} */
21711 * @param {NodeJS.ErrnoException|null} error
27260 * @param {(error: NodeJS.ErrnoException|null, result?: SearchResults) => void} callback