v8  6.8.275 (node 10.15.3)
V8 is Google's open source JavaScript engine
DefaultPersistentValueVectorTraits Class Reference

#include <v8-util.h>

Public Types

typedef std::vector< PersistentContainerValueImpl
 

Static Public Member Functions

static void Append (Impl *impl, PersistentContainerValue value)
 
static bool IsEmpty (const Impl *impl)
 
static size_t Size (const Impl *impl)
 
static PersistentContainerValue Get (const Impl *impl, size_t i)
 
static void ReserveCapacity (Impl *impl, size_t capacity)
 
static void Clear (Impl *impl)
 

Detailed Description

Definition at line 533 of file v8-util.h.

Member Typedef Documentation

◆ Impl

typedef std::vector<PersistentContainerValue> Impl

Definition at line 535 of file v8-util.h.

Member Function Documentation

◆ Append()

static void Append ( Impl impl,
PersistentContainerValue  value 
)
inlinestatic

Definition at line 537 of file v8-util.h.

◆ Clear()

static void Clear ( Impl impl)
inlinestatic

Definition at line 552 of file v8-util.h.

◆ Get()

static PersistentContainerValue Get ( const Impl impl,
size_t  i 
)
inlinestatic

Definition at line 546 of file v8-util.h.

◆ IsEmpty()

static bool IsEmpty ( const Impl impl)
inlinestatic

Definition at line 540 of file v8-util.h.

◆ ReserveCapacity()

static void ReserveCapacity ( Impl impl,
size_t  capacity 
)
inlinestatic

Definition at line 549 of file v8-util.h.

◆ Size()

static size_t Size ( const Impl impl)
inlinestatic

Definition at line 543 of file v8-util.h.


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