Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dmicrotask-queue.h88 void DecrementDebugMicrotasksScopeDepth() { --debug_microtasks_depth_; } in DecrementDebugMicrotasksScopeDepth() function
/third_party/node/deps/v8/src/api/
Dapi.cc9587 if (!run_) microtask_queue_->DecrementDebugMicrotasksScopeDepth(); in ~MicrotasksScope()