V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::UnalignedSlot Class Reference

Public Member Functions

 UnalignedSlot (ObjectSlot slot)
 
 UnalignedSlot (Address address)
 
 UnalignedSlot (MaybeObject *slot)
 
 UnalignedSlot (Object **slot)
 
bool operator< (const UnalignedSlot &other) const
 
bool operator== (const UnalignedSlot &other) const
 
void Advance (int bytes=kPointerSize)
 
MaybeObject Read ()
 
MaybeObject ReadPrevious ()
 
void Write (Address value)
 
MaybeObjectSlot Slot ()
 
Address address ()
 

Detailed Description

Definition at line 29 of file deserializer.cc.


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