Home
last modified time | relevance | path

Searched defs:ErrorToString (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/internal/source_map/
Dprepare_stack_trace.js19 const ErrorToString = Error.prototype.toString; // Capture original toString. constant
/third_party/gn/src/base/files/
Dfile.cc72 std::string File::ErrorToString(Error error) { in ErrorToString() function in base::File