Home
last modified time | relevance | path

Searched refs:setUncaughtExceptionCaptureCallback (Results 1 – 19 of 19) sorted by relevance

/third_party/node/test/parallel/
Dtest-process-exception-capture-errors.js6 () => process.setUncaughtExceptionCaptureCallback(42),
15 process.setUncaughtExceptionCaptureCallback(common.mustNotCall());
18 () => process.setUncaughtExceptionCaptureCallback(common.mustNotCall()),
Dtest-domain-load-after-set-uncaught-exception-capture.js5 process.setUncaughtExceptionCaptureCallback(common.mustNotCall());
16 process.setUncaughtExceptionCaptureCallback(null);
Dtest-process-exception-capture-should-abort-on-uncaught.js9 process.setUncaughtExceptionCaptureCallback(common.mustCall((err) => {
Dtest-process-exception-capture.js9 process.setUncaughtExceptionCaptureCallback(common.mustCall((err) => {
Dtest-process-exception-capture-should-abort-on-uncaught-setflagsfromstring.js10 process.setUncaughtExceptionCaptureCallback(common.mustCall((err) => {
Dtest-domain-set-uncaught-exception-capture-after-load.js10 () => process.setUncaughtExceptionCaptureCallback(common.mustNotCall()),
Dtest-process-uncaught-exception-monitor.js61 process.setUncaughtExceptionCaptureCallback(common.mustCall(
/third_party/node/lib/
Ddomain.js132 const { setUncaughtExceptionCaptureCallback } = process;
133 process.setUncaughtExceptionCaptureCallback = function(fn) { function
177 setUncaughtExceptionCaptureCallback(null);
179 setUncaughtExceptionCaptureCallback(null);
180 setUncaughtExceptionCaptureCallback((er) => {
277 setUncaughtExceptionCaptureCallback(null);
/third_party/node/lib/internal/bootstrap/
Dnode.js315 setUncaughtExceptionCaptureCallback,
326 process.setUncaughtExceptionCaptureCallback =
327 setUncaughtExceptionCaptureCallback;
/third_party/node/lib/internal/process/
Dexecution.js122 function setUncaughtExceptionCaptureCallback(fn) { function
225 setUncaughtExceptionCaptureCallback, property
/third_party/node/test/report/
Dtest-report-uncaught-exception-override.js14 process.setUncaughtExceptionCaptureCallback(common.mustCall());
/third_party/node/test/async-hooks/
Dtest-async-local-storage-errors.js27 process.setUncaughtExceptionCaptureCallback(exceptionHandler);
/third_party/node/doc/api/
Drepl.md180 * Trying to use [`process.setUncaughtExceptionCaptureCallback()`][] throws
785 [`process.setUncaughtExceptionCaptureCallback()`]: process.md#processsetuncaughtexceptioncapturecal…
Dprocess.md449 [`process.setUncaughtExceptionCaptureCallback()`][] is called.
2045 [`process.setUncaughtExceptionCaptureCallback()`][].
3437 ## `process.setUncaughtExceptionCaptureCallback(fn)`
3445 The `process.setUncaughtExceptionCaptureCallback()` function sets a function
3456 `process.setUncaughtExceptionCaptureCallback(null)` may be used. Calling this
3914 [`process.setUncaughtExceptionCaptureCallback()`]: #processsetuncaughtexceptioncapturecallbackfn
Derrors.md1203 [`process.setUncaughtExceptionCaptureCallback()`][] had been called at an
1210 [`process.setUncaughtExceptionCaptureCallback()`][] could not be called
2888 [`process.setUncaughtExceptionCaptureCallback()`][] was called twice,
3632 [`process.setUncaughtExceptionCaptureCallback()`]: process.md#processsetuncaughtexceptioncapturecal…
Dcli.md103 [`process.setUncaughtExceptionCaptureCallback()`][] (and through usage of the
2451 [`process.setUncaughtExceptionCaptureCallback()`]: process.md#processsetuncaughtexceptioncapturecal…
/third_party/node/doc/changelogs/
DCHANGELOG_V15.md2080 …ithub.com/nodejs/node/commit/ddff2b2b22)] - **lib**: honor setUncaughtExceptionCaptureCallback (Gi…
DCHANGELOG_V9.md1419 …* process.setUncaughtExceptionCaptureCallback can now be used to customize behavior for `--abort-o…
DCHANGELOG_V14.md2227 …ithub.com/nodejs/node/commit/d58a466da0)] - **lib**: honor setUncaughtExceptionCaptureCallback (Gi…