![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Static Public Member Functions | |
static void | SetWeakNext (Tagged< Context > context, Tagged< HeapObject > next) |
static Tagged< Object > | WeakNext (Tagged< Context > context) |
static Tagged< HeapObject > | WeakNextHolder (Tagged< Context > context) |
static int | WeakNextOffset () |
static void | VisitLiveObject (Heap *heap, Tagged< Context > context, WeakObjectRetainer *retainer) |
template<class T > | |
static void | DoWeakList (Heap *heap, Tagged< Context > context, WeakObjectRetainer *retainer, int index) |
static void | VisitPhantomObject (Heap *heap, Tagged< Context > context) |
Definition at line 91 of file heap-visitor.cc.
|
inlinestatic |
|
inlinestatic |
Definition at line 92 of file heap-visitor.cc.
|
inlinestatic |
|
inlinestatic |
Definition at line 139 of file heap-visitor.cc.
|
inlinestatic |
Definition at line 96 of file heap-visitor.cc.
|
inlinestatic |
Definition at line 100 of file heap-visitor.cc.
|
inlinestatic |