|  | v8
    9.0.257(node16.0.0)
    V8 is Google's open source JavaScript engine | 
#include <v8-util.h>
| Public Types | |
| typedef std::vector< PersistentContainerValue > | Impl | 
| 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) | 
| typedef std::vector<PersistentContainerValue> Impl | 
| 
 | inlinestatic | 
| 
 | inlinestatic | 
| 
 | inlinestatic |