![]() |
v8 14.1.146 (node 25.0.0)
V8 is Google's open source JavaScript engine
|
#include <visitor.h>

Public Member Functions | |
| CPPGC_DISALLOW_NEW () | |
| EphemeronPair (K *k, V *v) | |
| void | ClearValueIfKeyIsDead (const LivenessBroker &broker) |
| void | Trace (Visitor *visitor) const |
Data Fields | |
| WeakMember< K > | key |
| Member< V > | value |
An ephemeron pair is used to conditionally retain an object. The value will be kept alive only if the key is alive.
|
inline |