Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ printErr
Function
printErr
lib/internal/v8_prof_polyfill.js:87–87 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
85
86
function
write(str) { process.stdout.write(str); };
87
function
printErr(str) { process.stderr.write(str); };
88
89
let
logFile;
90
let
fd;
Callers
15
constructor
Method · 0.85
printError
Method · 0.85
readFile
Method · 0.85
profile.mjs
File · 0.85
box2d.js
File · 0.85
copy.js
File · 0.85
zlib.js
File · 0.85
lua_binarytrees.js
File · 0.85
fannkuch.js
File · 0.85
primes.js
File · 0.85
memops.js
File · 0.85
fasta.js
File · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected