* Resets durations of V8 work for the new task. */
| 234 | * Resets durations of V8 work for the new task. |
| 235 | */ |
| 236 | V8_INLINE static void Reset(Isolate* isolate) { |
| 237 | v8::internal::Internals::IncrementLongTasksStatsCounter(isolate); |
| 238 | } |
| 239 | |
| 240 | /** |
| 241 | * Returns durations of V8 work that happened since the last Reset(). |
no outgoing calls
no test coverage detected