![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <weak-object-worklists.h>
Public Types | |
using | SlotType = TSlotType |
Public Attributes | |
Tagged< HeapObject > | heap_object |
SlotType | slot |
Definition at line 26 of file weak-object-worklists.h.
using v8::internal::detail::HeapObjectAndSlotPOD< TSlotType >::SlotType = TSlotType |
Definition at line 27 of file weak-object-worklists.h.
Tagged<HeapObject> v8::internal::detail::HeapObjectAndSlotPOD< TSlotType >::heap_object |
Definition at line 28 of file weak-object-worklists.h.
SlotType v8::internal::detail::HeapObjectAndSlotPOD< TSlotType >::slot |
Definition at line 29 of file weak-object-worklists.h.