MCPcopy 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
9class TestLogEntry extends LogEntry {
10 toString() {
11 return `TestLogEntry(${this.id}, ${this.time})`;
12 }
13}
14
15(function testTimeline() {

Callers 2

assertEntryFunction · 0.45
assertNoEntryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected