Home
last modified time | relevance | path

Searched refs:ShouldPerfomCheckpoint (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dmicrotask-queue.h45 if (!ShouldPerfomCheckpoint()) return; in PerformCheckpoint()
49 bool ShouldPerfomCheckpoint() const { in ShouldPerfomCheckpoint() function
Dmicrotask-queue.cc114 DCHECK(ShouldPerfomCheckpoint()); in PerformCheckpointInternal()