Home
last modified time | relevance | path

Searched defs:prepareStackTrace (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/lib/
Dcaller.js4 Error.prepareStackTrace = function (_, stack) { return stack; }; function
/third_party/node/lib/internal/source_map/
Dprepare_stack_trace.js30 const prepareStackTrace = (globalThis, error, trace) => { function
192 prepareStackTrace, property
/third_party/node/test/parallel/
Dtest-buffer-constructor-deprecation-error.js15 Error.prepareStackTrace = (err, trace) => new Buffer(10); function
Dtest-error-prepare-stack-trace.js10 Error.prepareStackTrace = (_error, trace) => { function
Dtest-repl-pretty-custom-stack.js35 Error.prepareStackTrace = (err, stack) => { function
Dtest-source-map-api.js46 Error.prepareStackTrace = (error, trace) => { function
/third_party/node/deps/npm/node_modules/get-caller-file/
Dindex.js12 Error.prepareStackTrace = function (_, stack) { return stack; }; function
/third_party/node/lib/internal/
Derrors.js81 const prepareStackTrace = (globalThis, error, trace) => { function
768 prepareStackTrace, property
/third_party/node/test/common/
Dindex.js443 Error.prepareStackTrace = (err, stack) => function