()
| 1226 | if (typeof this.owner !== 'symbol') return this.timeoutContext.refresh(); |
| 1227 | } |
| 1228 | override clear(): void { |
| 1229 | if (typeof this.owner !== 'symbol') return this.timeoutContext.clear(); |
| 1230 | } |
| 1231 | override get maxTimeMS(): number | null { |
| 1232 | return this.timeoutContext.maxTimeMS; |
| 1233 | } |
no outgoing calls
no test coverage detected