5 #ifndef V8_ZONE_CONTAINERS_H_
6 #define V8_ZONE_CONTAINERS_H_
20 class ZoneVector :
public std::vector<T, zone_allocator<T> > {
36 class ZoneDeque :
public std::deque<T, zone_allocator<T> > {
45 class ZoneQueue :
public std::queue<T, std::deque<T, zone_allocator<T> > > {
ZoneVector(int size, T def, Zone *zone)
enable harmony numeric enable harmony object literal extensions Optimize object size
ZoneVector< bool > BoolVector
ZoneVector< int > IntVector
Debugger support for the V8 JavaScript engine.
#define T(name, string, precedence)