![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <compaction-worklists.h>
Public Types | |
| using | MovableReference = const void* |
| using | MovableReferencesWorklist |
Public Member Functions | |
| CompactionWorklists ()=default | |
| CompactionWorklists (const CompactionWorklists &)=delete | |
| CompactionWorklists & | operator= (const CompactionWorklists &)=delete |
| MovableReferencesWorklist * | movable_slots_worklist () |
| void | ClearForTesting () |
Private Attributes | |
| MovableReferencesWorklist | movable_slots_worklist_ |
Definition at line 15 of file compaction-worklists.h.
| using cppgc::internal::CompactionWorklists::MovableReference = const void* |
Definition at line 22 of file compaction-worklists.h.
Definition at line 24 of file compaction-worklists.h.
|
default |
|
delete |
| void cppgc::internal::CompactionWorklists::ClearForTesting | ( | ) |
Definition at line 11 of file compaction-worklists.cc.
|
inline |
|
delete |
|
private |
Definition at line 34 of file compaction-worklists.h.