v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::detail::HeapObjectAndSlotPOD< TSlotType > Struct Template Reference

#include <weak-object-worklists.h>

Collaboration diagram for v8::internal::detail::HeapObjectAndSlotPOD< TSlotType >:

Public Types

using SlotType = TSlotType
 

Public Attributes

Tagged< HeapObjectheap_object
 
SlotType slot
 

Detailed Description

template<typename TSlotType>
struct v8::internal::detail::HeapObjectAndSlotPOD< TSlotType >

Definition at line 26 of file weak-object-worklists.h.

Member Typedef Documentation

◆ SlotType

template<typename TSlotType >
using v8::internal::detail::HeapObjectAndSlotPOD< TSlotType >::SlotType = TSlotType

Definition at line 27 of file weak-object-worklists.h.

Member Data Documentation

◆ heap_object

template<typename TSlotType >
Tagged<HeapObject> v8::internal::detail::HeapObjectAndSlotPOD< TSlotType >::heap_object

Definition at line 28 of file weak-object-worklists.h.

◆ slot

template<typename TSlotType >
SlotType v8::internal::detail::HeapObjectAndSlotPOD< TSlotType >::slot

Definition at line 29 of file weak-object-worklists.h.


The documentation for this struct was generated from the following file: