V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::AtomicSlot Class Reference
Inheritance diagram for v8::internal::AtomicSlot:
v8::internal::SlotBase< AtomicSlot, Tagged_t, kTaggedSize >

Classes

class  Reference
 

Public Types

typedef int difference_type
 
typedef Tagged_t value_type
 
typedef Reference reference
 
typedef void * pointer
 
typedef std::random_access_iterator_tag iterator_category
 
- Public Types inherited from v8::internal::SlotBase< AtomicSlot, Tagged_t, kTaggedSize >
using TData = Tagged_t
 

Public Member Functions

 AtomicSlot (Address address)
 
 AtomicSlot (ObjectSlot slot)
 
Reference operator* () const
 
Reference operator[] (difference_type i) const
 
- Public Member Functions inherited from v8::internal::SlotBase< AtomicSlot, Tagged_t, kTaggedSize >
AtomicSlotoperator++ ()
 
AtomicSlot operator++ (int)
 
AtomicSlotoperator-- ()
 
AtomicSlot operator-- (int)
 
bool operator< (const SlotBase &other) const
 
bool operator<= (const SlotBase &other) const
 
bool operator> (const SlotBase &other) const
 
bool operator>= (const SlotBase &other) const
 
bool operator== (const SlotBase &other) const
 
bool operator!= (const SlotBase &other) const
 
size_t operator- (const SlotBase &other) const
 
AtomicSlot operator- (int i) const
 
AtomicSlot operator- (int i)
 
AtomicSlot operator+ (int i) const
 
AtomicSlotoperator+= (int i)
 
AtomicSlotoperator-= (int i)
 
void * ToVoidPtr () const
 
Address address () const
 
TDatalocation () const
 

Friends

void swap (Reference lhs, Reference rhs)
 
difference_type operator- (AtomicSlot a, AtomicSlot b)
 

Additional Inherited Members

- Static Public Attributes inherited from v8::internal::SlotBase< AtomicSlot, Tagged_t, kTaggedSize >
static constexpr size_t kSlotDataSize
 
- Protected Member Functions inherited from v8::internal::SlotBase< AtomicSlot, Tagged_t, kTaggedSize >
 STATIC_ASSERT (IsAligned(kSlotDataSize, kTaggedSize))
 
 SlotBase (Address ptr)
 

Detailed Description

Definition at line 28 of file slots-atomic-inl.h.


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