MCPcopy Create free account
hub / github.com/nodejs/node / end

Method end

deps/v8/tools/system-analyzer/log/tick.mjs:19–22  ·  view source on GitHub ↗
(time)

Source from the content-addressed store, hash-verified

17 }
18
19 end(time) {
20 if (this.isInitialized) throw new Error('Invalid timer change');
21 this._endTime = time;
22 }
23
24 get isInitialized() {
25 return this._endTime !== this._time;

Callers 5

filter_and_printMethod · 0.45
processTickMethod · 0.45
processTimerEventEndMethod · 0.45
urlizeFunction · 0.45
tokeniterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected