Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ print
Method
print
deps/v8/tools/parse-processor.mjs:600–602 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
598
}
599
600
print() {
601
console.log(this.toString())
602
}
603
604
toString() {
605
return
` - ${this.prefix}-time:`.padEnd(24) +
Callers
nothing calls this directly
Calls
2
toString
Method · 0.95
log
Method · 0.45
Tested by
no test coverage detected