v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
zone-containers.h File Reference
#include <vector>
#include <set>
#include "zone.h"
Include dependency graph for zone-containers.h:

Go to the source code of this file.

Namespaces

 v8
 
 v8::internal
 

Typedefs

typedef zone_allocator< int > ZoneIntAllocator
 
typedef std::vector< int,
ZoneIntAllocator > 
IntVector
 
typedef IntVector::iterator IntVectorIter
 
typedef IntVector::reverse_iterator IntVectorRIter