Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dmicrotask-queue.h87 void IncrementDebugMicrotasksScopeDepth() { ++debug_microtasks_depth_; } in IncrementDebugMicrotasksScopeDepth() function
/third_party/node/deps/v8/src/api/
Dapi.cc9571 if (!run_) microtask_queue_->IncrementDebugMicrotasksScopeDepth(); in MicrotasksScope()