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/ |
D | caller.js | 4 Error.prepareStackTrace = function (_, stack) { return stack; }; function
|
/third_party/node/lib/internal/source_map/ |
D | prepare_stack_trace.js | 30 const prepareStackTrace = (globalThis, error, trace) => { function 192 prepareStackTrace, property
|
/third_party/node/test/parallel/ |
D | test-buffer-constructor-deprecation-error.js | 15 Error.prepareStackTrace = (err, trace) => new Buffer(10); function
|
D | test-error-prepare-stack-trace.js | 10 Error.prepareStackTrace = (_error, trace) => { function
|
D | test-repl-pretty-custom-stack.js | 35 Error.prepareStackTrace = (err, stack) => { function
|
D | test-source-map-api.js | 46 Error.prepareStackTrace = (error, trace) => { function
|
/third_party/node/deps/npm/node_modules/get-caller-file/ |
D | index.js | 12 Error.prepareStackTrace = function (_, stack) { return stack; }; function
|
/third_party/node/lib/internal/ |
D | errors.js | 81 const prepareStackTrace = (globalThis, error, trace) => { function 768 prepareStackTrace, property
|
/third_party/node/test/common/ |
D | index.js | 443 Error.prepareStackTrace = (err, stack) => function
|