![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/heap/heap-visitor.h"
#include "src/heap/heap-inl.h"
#include "src/heap/heap-visitor-inl.h"
#include "src/heap/mark-compact-inl.h"
#include "src/objects/allocation-site.h"
#include "src/objects/js-weak-refs.h"
Go to the source code of this file.
Classes | |
struct | v8::internal::WeakListVisitor< Context > |
struct | v8::internal::WeakListVisitor< AllocationSiteWithWeakNext > |
struct | v8::internal::WeakListVisitor< JSFinalizationRegistry > |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Functions | |
static bool | v8::internal::MustRecordSlots (Heap *heap) |
template<class T > | |
Tagged< Object > | v8::internal::VisitWeakList (Heap *heap, Tagged< Object > list, WeakObjectRetainer *retainer) |
template<class T > | |
static void | v8::internal::ClearWeakList (Heap *heap, Tagged< Object > list) |
template Tagged< Object > | v8::internal::VisitWeakList< Context > (Heap *heap, Tagged< Object > list, WeakObjectRetainer *retainer) |
template Tagged< Object > | v8::internal::VisitWeakList< AllocationSiteWithWeakNext > (Heap *heap, Tagged< Object > list, WeakObjectRetainer *retainer) |
template Tagged< Object > | v8::internal::VisitWeakList< JSFinalizationRegistry > (Heap *heap, Tagged< Object > list, WeakObjectRetainer *retainer) |