Searched refs:microtask_queue_ (Results 1 – 6 of 6) sorted by relevance
30 microtask_queue_(native_context.microtask_queue()), in SanitizeNativeContextScope()36 DCHECK_EQ(0, microtask_queue_->size()); in SanitizeNativeContextScope()37 DCHECK(!microtask_queue_->HasMicrotasksSuppressions()); in SanitizeNativeContextScope()38 DCHECK_EQ(0, microtask_queue_->GetMicrotasksScopeDepth()); in SanitizeNativeContextScope()39 DCHECK(microtask_queue_->DebugMicrotasksScopeDepthIsZero()); in SanitizeNativeContextScope()55 native_context_.set_microtask_queue(isolate_, microtask_queue_); in ~SanitizeNativeContextScope()61 MicrotaskQueue* const microtask_queue_; member in v8::internal::__anon930828860111::SanitizeNativeContextScope
146 internal::MicrotaskQueue* const microtask_queue_; variable
380 internal::MicrotaskQueue* const microtask_queue_; variable
33 std::shared_ptr<v8::MicrotaskQueue> microtask_queue_;
1374 microtask_queue_( in MicrotaskQueueWrap()1381 return microtask_queue_; in microtask_queue()
8827 microtask_queue_(microtask_queue in SuppressMicrotaskExecutionScope()8831 microtask_queue_->IncrementMicrotasksSuppressions(); in SuppressMicrotaskExecutionScope()8835 microtask_queue_->DecrementMicrotasksSuppressions(); in ~SuppressMicrotaskExecutionScope()9565 microtask_queue_(microtask_queue in MicrotasksScope()9569 if (run_) microtask_queue_->IncrementMicrotasksScopeDepth(); in MicrotasksScope()9571 if (!run_) microtask_queue_->IncrementDebugMicrotasksScopeDepth(); in MicrotasksScope()9577 microtask_queue_->DecrementMicrotasksScopeDepth(); in ~MicrotasksScope()9578 if (MicrotasksPolicy::kScoped == microtask_queue_->microtasks_policy() && in ~MicrotasksScope()9583 microtask_queue_->PerformCheckpoint(reinterpret_cast<Isolate*>(isolate_)); in ~MicrotasksScope()9587 if (!run_) microtask_queue_->DecrementDebugMicrotasksScopeDepth(); in ~MicrotasksScope()