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:288–290 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
286
}
287
288
print() {
289
console.log(this.toString());
290
}
291
292
toString() {
293
let
str = `SCRIPT id=${this.id} file=${this.file}\n` +
Callers
2
addFunktion
Method · 0.45
print
Method · 0.45
Calls
2
toString
Method · 0.95
log
Method · 0.45
Tested by
no test coverage detected