MCPcopy 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
86function write(str) { process.stdout.write(str); };
87function printErr(str) { process.stderr.write(str); };
88
89let logFile;
90let fd;

Callers 15

constructorMethod · 0.85
printErrorMethod · 0.85
readFileMethod · 0.85
profile.mjsFile · 0.85
box2d.jsFile · 0.85
copy.jsFile · 0.85
zlib.jsFile · 0.85
lua_binarytrees.jsFile · 0.85
fannkuch.jsFile · 0.85
primes.jsFile · 0.85
memops.jsFile · 0.85
fasta.jsFile · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected