![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <mark-sweep-utilities.h>
Public Member Functions | |
| ExternalStringTableCleanerVisitor (Heap *heap) | |
| void | VisitRootPointers (Root root, const char *description, FullObjectSlot start, FullObjectSlot end) final |
Public Member Functions inherited from v8::internal::RootVisitor | |
| virtual | ~RootVisitor ()=default |
| virtual void | VisitRootPointer (Root root, const char *description, FullObjectSlot p) |
| virtual void | VisitRootPointers (Root root, const char *description, OffHeapObjectSlot start, OffHeapObjectSlot end) |
| virtual void | VisitRunningCode (FullObjectSlot code_slot, FullObjectSlot istream_or_smi_zero_slot) |
| virtual void | Synchronize (VisitorSynchronization::SyncTag tag) |
| virtual GarbageCollector | collector () const |
Private Attributes | |
| Heap * | heap_ |
Additional Inherited Members | |
Static Public Member Functions inherited from v8::internal::RootVisitor | |
| static const char * | RootName (Root root) |
Definition at line 76 of file mark-sweep-utilities.h.
|
inlineexplicit |
Definition at line 78 of file mark-sweep-utilities.h.
|
finalvirtual |
Implements v8::internal::RootVisitor.
Definition at line 97 of file mark-sweep-utilities.cc.
|
private |
Definition at line 84 of file mark-sweep-utilities.h.