Home
last modified time | relevance | path

Searched refs:setUncaughtExceptionCaptureCallback (Results 1 - 4 of 4) sorted by relevance

/third_party/node/lib/
H A Ddomain.js132 const { setUncaughtExceptionCaptureCallback } = process;
133 process.setUncaughtExceptionCaptureCallback = function(fn) {
177 setUncaughtExceptionCaptureCallback(null);
179 setUncaughtExceptionCaptureCallback(null);
180 setUncaughtExceptionCaptureCallback((er) => {
277 setUncaughtExceptionCaptureCallback(null);
/third_party/node/lib/internal/bootstrap/
H A Dnode.js315 setUncaughtExceptionCaptureCallback,
326 process.setUncaughtExceptionCaptureCallback =
327 setUncaughtExceptionCaptureCallback;
/third_party/node/lib/internal/process/
H A Dexecution.js122 function setUncaughtExceptionCaptureCallback(fn) { function
225 setUncaughtExceptionCaptureCallback,
/third_party/node/test/async-hooks/
H A Dtest-async-local-storage-errors.js27 process.setUncaughtExceptionCaptureCallback(exceptionHandler);

Completed in 2 milliseconds