![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
| CheckHandleCountVisitor () | |
| ~CheckHandleCountVisitor () override | |
| void | VisitRootPointers (Root root, const char *description, FullObjectSlot start, FullObjectSlot end) override |
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 | |
| ptrdiff_t | handle_count_ |
Additional Inherited Members | |
Static Public Member Functions inherited from v8::internal::RootVisitor | |
| static const char * | RootName (Root root) |
|
inline |
|
inlineoverride |
|
inlineoverridevirtual |
Implements v8::internal::RootVisitor.
|
private |