Home
last modified time | relevance | path

Searched refs:removeColors (Results 1 - 4 of 4) sorted by relevance

/third_party/node/lib/internal/assert/
H A Dassertion_error.js22 removeColors,
105 // Check for the visible length using the `removeColors()` function, if
108 const actualRaw = c ? removeColors(actualLines[0]) : actualLines[0];
109 const expectedRaw = c ? removeColors(expectedLines[0]) : expectedLines[0];
/third_party/node/lib/internal/
H A Dutil.js93 function removeColors(str) { function
837 removeColors,
H A Durl.js50 removeColors,
347 (prev, cur) => prev + removeColors(cur).length + separator.length,
/third_party/node/lib/internal/util/
H A Dinspect.js118 removeColors,
2001 totalLength += removeColors(output[i]).length;

Completed in 5 milliseconds