Home
last modified time | relevance | path

Searched refs:replaceStackTrace (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-node-output-console.mjs10 function replaceStackTrace(str) { function
11 return snapshot.replaceStackTrace(str, '$1at *$7\n');
31 .transform(snapshot.replaceWindowsLineEndings, snapshot.replaceWindowsPaths, replaceStackTrace);
Dtest-node-output-errors.mjs14 function replaceStackTrace(str) { function
15 return snapshot.replaceStackTrace(str, '$1at *$7\n');
41 const promiseTransform = snapshot.transform(common, replaceStackTrace,
Dtest-runner-output.mjs45 snapshot.replaceStackTrace,
55 snapshot.replaceStackTrace,
60 snapshot.replaceStackTrace,
/third_party/node/test/common/
DassertSnapshot.js15 function replaceStackTrace(str, replacement = '$1*$7$8\n') { function
92 replaceStackTrace, property