Home
last modified time | relevance | path

Searched refs:captureStackTrace (Results 1 – 25 of 49) sorted by relevance

12

/third_party/node/deps/undici/src/lib/core/
Derrors.js14 Error.captureStackTrace(this, ConnectTimeoutError)
24 Error.captureStackTrace(this, HeadersTimeoutError)
34 Error.captureStackTrace(this, HeadersOverflowError)
44 Error.captureStackTrace(this, BodyTimeoutError)
54 Error.captureStackTrace(this, ResponseStatusCodeError)
68 Error.captureStackTrace(this, InvalidArgumentError)
78 Error.captureStackTrace(this, InvalidReturnValueError)
88 Error.captureStackTrace(this, RequestAbortedError)
98 Error.captureStackTrace(this, InformationalError)
108 Error.captureStackTrace(this, RequestContentLengthMismatchError)
[all …]
/third_party/typescript/tests/baselines/reference/
DerrorConstructorSubtypes.symbols6 captureStackTrace(targetObject: Object, constructorOpt?: Function): void;
7 >captureStackTrace : Symbol(ErrorConstructor.captureStackTrace, Decl(errorConstructorSubtypes.ts, 1…
31 x.captureStackTrace
32 >x.captureStackTrace : Symbol(ErrorConstructor.captureStackTrace, Decl(errorConstructorSubtypes.ts,…
34 >captureStackTrace : Symbol(ErrorConstructor.captureStackTrace, Decl(errorConstructorSubtypes.ts, 1…
DerrorConstructorSubtypes.types4 captureStackTrace(targetObject: Object, constructorOpt?: Function): void;
5 >captureStackTrace : (targetObject: Object, constructorOpt?: Function) => void
29 x.captureStackTrace
30 >x.captureStackTrace : (targetObject: Object, constructorOpt?: Function) => void
32 >captureStackTrace : (targetObject: Object, constructorOpt?: Function) => void
DerrorConstructorSubtypes.js4 captureStackTrace(targetObject: Object, constructorOpt?: Function): void;
11 x.captureStackTrace
18 x.captureStackTrace;
/third_party/node/deps/npm/node_modules/npm-registry-fetch/lib/
Derrors.js48 Error.captureStackTrace(this, HttpErrorGeneral)
58 Error.captureStackTrace(this, HttpErrorAuthOTP)
68 Error.captureStackTrace(this, HttpErrorAuthIPAddress)
77 Error.captureStackTrace(this, HttpErrorAuthUnknown)
/third_party/node/deps/npm/node_modules/gauge/lib/
Derror.js6 Error.captureStackTrace(err, User)
13 Error.captureStackTrace(err, MissingTemplateValue)
21 Error.captureStackTrace(err, Internal)
Dtheme-set.js92 Error.captureStackTrace.call(err, newMissingThemeError)
105 Error.captureStackTrace.call(err, newMissingDefaultThemeError)
/third_party/typescript/tests/cases/compiler/
DerrorConstructorSubtypes.ts4 captureStackTrace(targetObject: Object, constructorOpt?: Function): void; method
11 x.captureStackTrace
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Derror.js18 Error.captureStackTrace(this, this.constructor);
39 Error.captureStackTrace(this, this.constructor);
/third_party/node/deps/npm/node_modules/read-cmd-shim/lib/
Dindex.js41 Error.captureStackTrace(er, notaShim)
53 Error.captureStackTrace(er, readCmdShim)
/third_party/node/deps/npm/node_modules/aproba/
Dindex.js103 if (Error.captureStackTrace) Error.captureStackTrace(err, validate)
/third_party/node/deps/undici/src/lib/mock/
Dmock-errors.js8 Error.captureStackTrace(this, MockNotMatchedError)
/third_party/node/deps/npm/node_modules/minipass-fetch/lib/
Dabort-error.js7 Error.captureStackTrace(this, this.constructor)
Dfetch-error.js18 Error.captureStackTrace(this, this.constructor)
/third_party/node/deps/undici/src/
Dindex-fetch.js7 Error.captureStackTrace(err, this)
Dindex.js112 Error.captureStackTrace(err, this)
/third_party/node/test/parallel/
Dtest-promise-unhandled-warn.js19 Error.captureStackTrace(this);
Dtest-process-emitwarning.js27 Error.captureStackTrace(this, CustomWarning);
/third_party/node/deps/npm/node_modules/npm-profile/lib/
Dindex.js266 Error.captureStackTrace(this, WebLoginInvalidResponse)
275 Error.captureStackTrace(this, WebLoginNotSupported)
/third_party/node/deps/npm/node_modules/minipass-sized/
Dindex.js9 Error.captureStackTrace(this, this.constructor)
/third_party/node/deps/npm/node_modules/json-parse-even-better-errors/lib/
Dindex.js81 Error.captureStackTrace(this, caller || this.constructor)
/third_party/node/deps/undici/
Dundici.js113 Error.captureStackTrace(this, _ConnectTimeoutError);
125 Error.captureStackTrace(this, _HeadersTimeoutError);
137 Error.captureStackTrace(this, _HeadersOverflowError);
149 Error.captureStackTrace(this, _BodyTimeoutError);
161 Error.captureStackTrace(this, _ResponseStatusCodeError);
177 Error.captureStackTrace(this, _InvalidArgumentError);
189 Error.captureStackTrace(this, _InvalidReturnValueError);
201 Error.captureStackTrace(this, _RequestAbortedError);
213 Error.captureStackTrace(this, _InformationalError);
225 Error.captureStackTrace(this, _RequestContentLengthMismatchError);
[all …]
/third_party/node/deps/npm/node_modules/minipass-json-stream/
Dindex.js10 Error.captureStackTrace(this, caller || this.constructor)
/third_party/node/deps/v8/src/inspector/
Dv8-inspector-impl.h102 std::unique_ptr<V8StackTrace> captureStackTrace(bool fullStack) override;
/third_party/node/deps/npm/node_modules/minizlib/
Dindex.js23 Error.captureStackTrace(this, this.constructor)

12