Searched refs:IterabilityTask (Results 1 – 2 of 2) sorted by relevance
652 class Sweeper::IterabilityTask final : public CancelableTask { class in v8::internal::Sweeper654 IterabilityTask(Isolate* isolate, Sweeper* sweeper, in IterabilityTask() function in v8::internal::Sweeper::IterabilityTask661 ~IterabilityTask() override = default;663 IterabilityTask(const IterabilityTask&) = delete;664 IterabilityTask& operator=(const IterabilityTask&) = delete;687 auto task = std::make_unique<IterabilityTask>(heap_->isolate(), this, in StartIterabilityTasks()
119 class IterabilityTask; variable