Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_print
Method · 0.45
processTick
Method · 0.45
processTimerEventEnd
Method · 0.45
urlize
Function · 0.45
tokeniter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected