Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ toString
Method
toString
deps/v8/test/mjsunit/tools/timeline.mjs:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
class
TestLogEntry extends LogEntry {
10
toString() {
11
return
`TestLogEntry(${this.id}, ${this.time})`;
12
}
13
}
14
15
(
function
testTimeline() {
Callers
2
assertEntry
Function · 0.45
assertNoEntry
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected