![]() |
v8
3.28.71 (node 0.12.18)
V8 is Google's open source JavaScript engine
|
#include <v8-util.h>


Public Member Functions | |
| StdPersistentValueMap (Isolate *isolate) | |
Public Member Functions inherited from PersistentValueMap< K, V, DefaultPersistentValueMapTraits< K, V > > | |
| PersistentValueMap (Isolate *isolate) | |
| ~PersistentValueMap () | |
| Isolate * | GetIsolate () |
| 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) |
| UniquePersistent< V > | Set (const K &key, Local< V > value) |
| UniquePersistent< V > | Set (const K &key, UniquePersistent< V > value) |
| UniquePersistent< V > | Set (const K &key, UniquePersistent< V > value, PersistentValueReference *reference) |
| UniquePersistent< V > | Remove (const K &key) |
| void | Clear () |
| PersistentValueReference | GetReference (const K &key) |
A map that uses UniquePersistent as value and std::map as the backing implementation. Persistents are held non-weak.
C++11 embedders don't need this class, as they can use UniquePersistent directly in std containers.
|
inlineexplicit |