V8 API Reference Guide generated from the header files
Public Member Functions
v8::Eternal< T > Class Template Reference

#include <v8.h>

Public Member Functions

template<class S >
V8_INLINE Eternal (Isolate *isolate, Local< S > handle)
 
V8_INLINE Local< T > Get (Isolate *isolate) const
 
V8_INLINE bool IsEmpty () const
 
template<class S >
V8_INLINE void Set (Isolate *isolate, Local< S > handle)
 
template<class S >
void Set (Isolate *isolate, Local< S > handle)
 

Detailed Description

template<class T>
class v8::Eternal< T >

Eternal handles are set-once handles that live for the lifetime of the isolate.


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