![]() |
v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Member Functions | |
| V8_INLINE | Eternal () |
| template<class S > | |
| V8_INLINE | Eternal (Isolate *isolate, Local< S > handle) |
| V8_INLINE Local< T > | Get (Isolate *isolate) |
| V8_INLINE bool | IsEmpty () |
| template<class S > | |
| V8_INLINE void | Set (Isolate *isolate, Local< S > handle) |
| template<class S > | |
| void | Set (Isolate *isolate, Local< S > handle) |
Definition at line 430 of file v8.h.
References Eternal< T >::Set().
Referenced by Eternal< T >::Eternal(), and TEST().
Definition at line 5744 of file v8.h.
References S, T, and TYPE_CHECK.