Home
last modified time | relevance | path

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

/third_party/node/lib/internal/source_map/
Dprepare_stack_trace.js32 const prepareStackTrace = (globalThis, error, trace) => { function
213 prepareStackTrace, property
/third_party/node/test/parallel/
Dtest-error-prepare-stack-trace.js10 Error.prepareStackTrace = (_error, trace) => { function
Dtest-buffer-constructor-deprecation-error.js15 Error.prepareStackTrace = (err, trace) => new Buffer(10); function
Dtest-repl-pretty-custom-stack.js35 Error.prepareStackTrace = (err, stack) => { function
Dtest-source-map-api.js67 Error.prepareStackTrace = (error, trace) => { function
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
Dv8_mock.js94 Error.prepareStackTrace = function(error, structuredStackTrace) { function
/third_party/node/lib/internal/
Derrors.js89 const prepareStackTrace = (globalThis, error, trace) => { function
935 prepareStackTrace, property
/third_party/node/test/common/
Dindex.js517 Error.prepareStackTrace = (err, stack) => function