Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
printErr
Function · 0.85
Tested by
no test coverage detected