Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
v8::GlobalValueMap< K, V, Traits > Class Template Reference

#include <v8-util.h>

Inheritance diagram for v8::GlobalValueMap< K, V, Traits >:
[legend]
Collaboration diagram for v8::GlobalValueMap< K, V, Traits >:
[legend]

Public Types

typedef PersistentValueMapBase< K, V, Traits >::PersistentValueReference PersistentValueReference
 

Public Member Functions

 GlobalValueMap (Isolate *isolate)
 
 GlobalValueMap (Isolate *isolate, const char *label)
 
Global< VSet (const K &key, Local< V > value)
 
Global< VSet (const K &key, Global< V > value)
 
Global< VSetUnique (const K &key, Global< V > *persistent)
 
Global< VSet (const K &key, Global< V > value, PersistentValueReference *reference)
 
- Public Member Functions inherited from v8::PersistentValueMapBase< K, V, Traits >
IsolateGetIsolate ()
 
size_t Size ()
 
bool IsWeak ()
 
Local< VGet (const K &key)
 
bool Contains (const K &key)
 
bool SetReturnValue (const K &key, ReturnValue< Value > returnValue)
 
Global< VRemove (const K &key)
 
void Clear ()
 
PersistentValueReference GetReference (const K &key)
 

Additional Inherited Members

- Protected Member Functions inherited from v8::PersistentValueMapBase< K, V, Traits >
 PersistentValueMapBase (Isolate *isolate)
 
 PersistentValueMapBase (Isolate *isolate, const char *label)
 
 ~PersistentValueMapBase ()
 
Isolateisolate ()
 
Traits::Impl * impl ()
 
void RemoveWeak (const K &key)
 
void AnnotateStrongRetainer (Global< V > *persistent)
 
- Static Protected Member Functions inherited from v8::PersistentValueMapBase< K, V, Traits >
static VFromVal (PersistentContainerValue v)
 
static PersistentContainerValue ClearAndLeak (Global< V > *persistent)
 
static PersistentContainerValue Leak (Global< V > *persistent)
 
static Global< VRelease (PersistentContainerValue v)
 

Member Typedef Documentation

◆ PersistentValueReference

template<typename K , typename V , typename Traits >
typedef PersistentValueMapBase<K,V,Traits>::PersistentValueReference v8::GlobalValueMap< K, V, Traits >::PersistentValueReference

Constructor & Destructor Documentation

◆ GlobalValueMap() [1/2]

template<typename K , typename V , typename Traits >
v8::GlobalValueMap< K, V, Traits >::GlobalValueMap ( Isolate isolate)
inlineexplicit

◆ GlobalValueMap() [2/2]

template<typename K , typename V , typename Traits >
v8::GlobalValueMap< K, V, Traits >::GlobalValueMap ( Isolate isolate,
const char *  label 
)
inline

Member Function Documentation

◆ Set() [1/3]

template<typename K , typename V , typename Traits >
Global< V > v8::GlobalValueMap< K, V, Traits >::Set ( const K &  key,
Global< V value 
)
inline

Put value into map, like Set(const K&, Local<V>).

Here is the call graph for this function:

◆ Set() [2/3]

template<typename K , typename V , typename Traits >
Global< V > v8::GlobalValueMap< K, V, Traits >::Set ( const K &  key,
Global< V value,
PersistentValueReference reference 
)
inline

Put a value into the map and update the reference. Restrictions of GetReference apply here as well.

Here is the call graph for this function:

◆ Set() [3/3]

template<typename K , typename V , typename Traits >
Global< V > v8::GlobalValueMap< K, V, Traits >::Set ( const K &  key,
Local< V value 
)
inline

Put value into map. Depending on Traits::kIsWeak, the value will be held by the map strongly or weakly. Returns old value as Global.

Here is the call graph for this function:

◆ SetUnique()

template<typename K , typename V , typename Traits >
Global< V > v8::GlobalValueMap< K, V, Traits >::SetUnique ( const K &  key,
Global< V > *  persistent 
)
inline

Put the value into the map, and set the 'weak' callback when demanded by the Traits class.

Here is the call graph for this function:
Here is the caller graph for this function:

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