v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
finalization-registry-cleanup-task.h
Go to the documentation of this file.
1// Copyright 2020 the V8 project authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef V8_HEAP_FINALIZATION_REGISTRY_CLEANUP_TASK_H_
6#define V8_HEAP_FINALIZATION_REGISTRY_CLEANUP_TASK_H_
7
10
11namespace v8 {
12namespace internal {
13
14// The GC schedules a cleanup task when the dirty FinalizationRegistry list is
15// non-empty. The task processes a single FinalizationRegistry and posts another
16// cleanup task if there are remaining dirty FinalizationRegistries on the list.
31
32} // namespace internal
33} // namespace v8
34
35#endif // V8_HEAP_FINALIZATION_REGISTRY_CLEANUP_TASK_H_
void operator=(const FinalizationRegistryCleanupTask &)=delete
FinalizationRegistryCleanupTask(const FinalizationRegistryCleanupTask &)=delete