Searched refs:replaceStackTrace (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/test/parallel/ |
| D | test-node-output-console.mjs | 10 function replaceStackTrace(str) { function 11 return snapshot.replaceStackTrace(str, '$1at *$7\n'); 31 .transform(snapshot.replaceWindowsLineEndings, snapshot.replaceWindowsPaths, replaceStackTrace);
|
| D | test-node-output-errors.mjs | 14 function replaceStackTrace(str) { function 15 return snapshot.replaceStackTrace(str, '$1at *$7\n'); 41 const promiseTransform = snapshot.transform(common, replaceStackTrace,
|
| D | test-runner-output.mjs | 45 snapshot.replaceStackTrace, 55 snapshot.replaceStackTrace, 60 snapshot.replaceStackTrace,
|
| /third_party/node/test/common/ |
| D | assertSnapshot.js | 15 function replaceStackTrace(str, replacement = '$1*$7$8\n') { function 92 replaceStackTrace, property
|