v8  5.5.372 (node 7.10.1)
V8 is Google's open source JavaScript engine
StdGlobalValueMap< K, V, Traits > Class Template Reference

#include <v8-util.h>

Inheritance diagram for StdGlobalValueMap< K, V, Traits >:
Collaboration diagram for StdGlobalValueMap< K, V, Traits >:

Public Member Functions

 StdGlobalValueMap (Isolate *isolate)
 
- Public Member Functions inherited from GlobalValueMap< K, V, DefaultGlobalMapTraits< K, V > >
 GlobalValueMap (Isolate *isolate)
 
Global< V > Set (const K &key, Local< V > value)
 
Global< V > Set (const K &key, Global< V > value)
 
Global< V > Set (const K &key, Global< V > value, PersistentValueReference *reference)
 
Global< V > SetUnique (const K &key, Global< V > *persistent)
 
- Public Member Functions inherited from PersistentValueMapBase< K, V, Traits >
IsolateGetIsolate ()
 
size_t Size ()
 
bool IsWeak ()
 
Local< V > Get (const K &key)
 
bool Contains (const K &key)
 
bool SetReturnValue (const K &key, ReturnValue< Value > returnValue)
 
void SetReference (const K &key, const Persistent< Object > &parent)
 
void RegisterExternallyReferencedObject (K &key)
 
void RegisterExternallyReferencedObject (EmbedderReachableReferenceReporter *reporter, K &key)
 
Global< V > Remove (const K &key)
 
void Clear ()
 
PersistentValueReference GetReference (const K &key)
 

Additional Inherited Members

- Public Types inherited from GlobalValueMap< K, V, DefaultGlobalMapTraits< K, V > >
typedef PersistentValueMapBase< K, V, DefaultGlobalMapTraits< K, V > >::PersistentValueReference PersistentValueReference
 
- Protected Member Functions inherited from PersistentValueMapBase< K, V, Traits >
 PersistentValueMapBase (Isolate *isolate)
 
 ~PersistentValueMapBase ()
 
Isolateisolate ()
 
Traits::Impl * impl ()
 
void RemoveWeak (const K &key)
 
- Static Protected Member Functions inherited from PersistentValueMapBase< K, V, Traits >
static V * FromVal (PersistentContainerValue v)
 
static PersistentContainerValue ClearAndLeak (Global< V > *persistent)
 
static PersistentContainerValue Leak (Global< V > *persistent)
 
static Global< V > Release (PersistentContainerValue v)
 

Detailed Description

template<typename K, typename V, typename Traits = DefaultGlobalMapTraits<K, V>>
class v8::StdGlobalValueMap< K, V, Traits >

A map that uses Global as value and std::map as the backing implementation. Globals are held non-weak.

C++11 embedders don't need this class, as they can use Global directly in std containers.

Definition at line 535 of file v8-util.h.

Constructor & Destructor Documentation

◆ StdGlobalValueMap()

StdGlobalValueMap ( Isolate isolate)
inlineexplicit

Definition at line 537 of file v8-util.h.


The documentation for this class was generated from the following file: