![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Classes | |
| struct | Chunk |
| class | OffsetField |
| struct | TypedSlot |
| class | TypeField |
Public Member Functions | |
| V8_EXPORT_PRIVATE void | Insert (SlotType type, uint32_t host_offset, uint32_t offset) |
| V8_EXPORT_PRIVATE void | Merge (TypedSlots *other) |
Static Public Attributes | |
| static const int | kMaxOffset = 1 << 29 |
Protected Member Functions | |
| Chunk * | EnsureChunk () |
| Chunk * | NewChunk (Chunk *next, int capacity) |
Static Protected Member Functions | |
| static int | NextCapacity (int capacity) |
Protected Attributes | |
| Chunk * | head_ = nullptr |
| Chunk * | tail_ = nullptr |
Static Protected Attributes | |
| static const int | kInitialBufferSize = 100 |
| static const int | kMaxBufferSize = 16 * KB |
Definition at line 402 of file slot-set.h.