v8  9.0.257(node16.0.0)
V8 is Google's open source JavaScript engine
PersistentBase Class Reference

#include <persistent.h>

Inheritance diagram for PersistentBase:

Protected Member Functions

 PersistentBase ()=default
 
 PersistentBase (const void *raw)
 
const void * GetValue () const
 
void SetValue (const void *value)
 
PersistentNodeGetNode () const
 
void SetNode (PersistentNode *node)
 
void ClearFromGC () const
 

Friends

class PersistentRegion
 

Detailed Description

Definition at line 26 of file persistent.h.

Constructor & Destructor Documentation

◆ PersistentBase() [1/2]

PersistentBase ( )
protecteddefault

◆ PersistentBase() [2/2]

PersistentBase ( const void *  raw)
inlineexplicitprotected

Definition at line 29 of file persistent.h.

Member Function Documentation

◆ ClearFromGC()

void ClearFromGC ( ) const
inlineprotected

Definition at line 39 of file persistent.h.

◆ GetNode()

◆ GetValue()

◆ SetNode()

◆ SetValue()

Friends And Related Function Documentation

◆ PersistentRegion

friend class PersistentRegion
friend

Definition at line 48 of file persistent.h.


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