| 13973 | ; |
| 13974 | |
| 13975 | class Timer { |
| 13976 | constructor() { |
| 13977 | this._tickTime = Date.now() - (Utils.isNodeJs() ? 1000 * process.uptime() : 0) |
| 13978 | this._firstTickTime = this._tickTime |
nothing calls this directly
no outgoing calls
no test coverage detected