![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
| using | TData = Data |
Public Member Functions | |
| Subclass & | operator++ () |
| Subclass | operator++ (int) |
| Subclass & | operator-- () |
| Subclass | 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 |
| Subclass | operator- (int i) const |
| Subclass | operator+ (int i) const |
| Subclass & | operator+= (int i) |
| Subclass | operator- (int i) |
| Subclass & | operator-= (int i) |
| void * | ToVoidPtr () const |
| Address | address () const |
| TData * | location () const |
Static Public Attributes | |
| static constexpr size_t | kSlotDataSize = SlotDataSize |
Protected Member Functions | |
| STATIC_ASSERT (IsAligned(kSlotDataSize, kTaggedSize)) | |
| SlotBase (Address ptr) | |
Friends | |
| Subclass | operator+ (int i, const Subclass &slot) |