V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::TypedSlots Class Reference
Inheritance diagram for v8::internal::TypedSlots:
v8::internal::TypedSlotSet

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

ChunkEnsureChunk ()
 
ChunkNewChunk (Chunk *next, int capacity)
 

Static Protected Member Functions

static int NextCapacity (int capacity)
 

Protected Attributes

Chunkhead_ = nullptr
 
Chunktail_ = nullptr
 

Static Protected Attributes

static const int kInitialBufferSize = 100
 
static const int kMaxBufferSize = 16 * KB
 

Detailed Description

Definition at line 402 of file slot-set.h.


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