v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
zone-type-traits.h File Reference
Include dependency graph for zone-type-traits.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  v8::internal::ZoneTypeTraits< false >
 
struct  v8::internal::ZoneTypeTraits< true >
 
struct  v8::internal::is_compressed_pointer< typename >
 
struct  v8::internal::is_compressed_pointer< CompressedZonePtr< T > >
 
struct  v8::internal::is_compressed_pointer< const CompressedZonePtr< T > >
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Typedefs

template<typename T >
using v8::internal::ZonePtrList = ZoneList<T*>
 
template<typename T >
using v8::internal::FullZonePtr = T*