![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <deque>
#include <forward_list>
#include <initializer_list>
#include <iterator>
#include <list>
#include <map>
#include <queue>
#include <set>
#include <stack>
#include <unordered_map>
#include <unordered_set>
#include "absl/container/btree_map.h"
#include "absl/container/flat_hash_map.h"
#include "absl/container/flat_hash_set.h"
#include "src/base/hashing.h"
#include "src/base/intrusive-set.h"
#include "src/base/small-map.h"
#include "src/base/small-vector.h"
#include "src/zone/zone-allocator.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | EMIT_TRIVIAL_CASE(memcpy_function) |
Typedefs | |
using | v8::internal::IntVector = ZoneVector<int> |
Functions | |
template<class T > | |
bool | v8::internal::operator== (const ZoneVector< T > &lhs, const ZoneVector< T > &rhs) |
template<class T > | |
bool | v8::internal::operator!= (const ZoneVector< T > &lhs, const ZoneVector< T > &rhs) |
template<class T > | |
bool | v8::internal::operator< (const ZoneVector< T > &lhs, const ZoneVector< T > &rhs) |
#define EMIT_TRIVIAL_CASE | ( | memcpy_function | ) |
Definition at line 430 of file zone-containers.h.