![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <algorithm>
#include <initializer_list>
#include <type_traits>
#include "src/base/compiler-specific.h"
#include "src/base/pointer-with-payload.h"
#include "src/common/assert-scope.h"
#include "src/handles/handles.h"
#include "src/zone/zone-containers.h"
#include "src/zone/zone.h"
Go to the source code of this file.
Classes | |
struct | v8::internal::ZoneCompactSetTraits< Handle< T > > |
class | v8::internal::ZoneCompactSet< T > |
class | v8::internal::ZoneCompactSet< T >::const_iterator |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Typedefs | |
template<typename T > | |
using | v8::internal::ZoneHandleSet = ZoneCompactSet<Handle<T>> |
Functions | |
template<typename T > | |
std::ostream & | v8::internal::operator<< (std::ostream &os, ZoneCompactSet< T > set) |