v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
hashmap.h File Reference
#include <stdlib.h>
#include "src/base/bits.h"
#include "src/base/hashmap-entry.h"
#include "src/base/logging.h"
#include "src/base/platform/memory.h"
Include dependency graph for hashmap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::base::DefaultAllocationPolicy
 
class  v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy >
 
struct  v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy >::Impl
 
struct  v8::base::HashEqualityThenKeyMatcher< Key, MatchFun >
 
class  v8::base::CustomMatcherTemplateHashMapImpl< AllocationPolicy >
 
struct  v8::base::KeyEqualityMatcher< Key >
 
class  v8::base::PointerTemplateHashMapImpl< AllocationPolicy >
 
class  v8::base::TemplateHashMap< Key, Value, MatchFun, AllocationPolicy >
 
struct  v8::base::TemplateHashMap< Key, Value, MatchFun, AllocationPolicy >::value_type
 
class  v8::base::TemplateHashMap< Key, Value, MatchFun, AllocationPolicy >::Iterator
 

Namespaces

namespace  v8
 
namespace  v8::base
 

Typedefs

using v8::base::CustomMatcherHashMap
 
using v8::base::HashMap = PointerTemplateHashMapImpl<DefaultAllocationPolicy>