MCPcopy Index your code
hub / github.com/nodejs/node / printError

Method printError

deps/v8/tools/tickprocessor.mjs:738–740  ·  view source on GitHub ↗

* @override

(str)

Source from the content-addressed store, hash-verified

736 * @override
737 */
738 printError(str) {
739 printErr(str);
740 }
741
742 setCodeType(name, type) {
743 this.codeTypes_[name] = TickProcessor.CodeTypes[type];

Callers

nothing calls this directly

Calls 1

printErrFunction · 0.85

Tested by

no test coverage detected